Skip to content

Commit

Permalink
Merge pull request sumoheavy#274 from sumoheavy/bump-version
Browse files Browse the repository at this point in the history
Bump version to 1.5.0
  • Loading branch information
SimonMiaou authored Jan 19, 2018
2 parents a8e1dbe + e1b65e0 commit e997b90
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pkg/*
*.pem
.DS_STORE
doc
.ruby-version
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: ruby
rvm:
- 2.3.1
- 2.3
- 2.4
- ruby-head
before_script:
- rake jira:generate_public_cert
script: bundle exec rake spec
script: bundle exec rake spec
2 changes: 1 addition & 1 deletion lib/jira/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JIRA
VERSION = '1.4.3'
VERSION = '1.5.0'
end

0 comments on commit e997b90

Please sign in to comment.