Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masaki committed Jul 23, 2014
1 parent 900b7ef commit b038f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# travis-yml plugin for Jenkins

TODO: Purpose and awesomeness when finished.
Run Jenkins build step using .travis.yml

## Development

Expand Down
2 changes: 1 addition & 1 deletion travis-yml.pluginspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Jenkins::Plugin::Specification.new do |plugin|
plugin.name = "travis-yml"
plugin.display_name = "Travis YAML Plugin"
plugin.version = '0.0.1'
plugin.version = '0.1.0'
plugin.description = 'Run job using .travis.yml'

plugin.url = 'https://github.com/masaki/jenkins-travis-yml-plugin'
Expand Down

0 comments on commit b038f20

Please sign in to comment.