Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tcd committed Jan 6, 2020
1 parent de5963e commit 6edc09d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
eddy (0.3.0)
eddy (0.4.0)
ginny (~> 0.6.3)
json_schemer (~> 0.2.8)
thor (~> 1.0.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[travis-ci]: https://travis-ci.org/tcd/eddy
[coveralls]: https://coveralls.io/github/tcd/eddy?branch=master
[license]: https://github.com/tcd/eddy/blob/master/LICENSE.txt
[docs]: https://www.rubydoc.info/gems/eddy/0.3.0
[docs]: https://www.rubydoc.info/gems/eddy/0.4.0

## Installation

Expand Down
3 changes: 2 additions & 1 deletion eddy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ Gem::Specification.new do |spec|
spec.name = "eddy"
spec.version = Eddy::VERSION
spec.authors = ["Clay Dunston"]
spec.required_ruby_version = ">= 2.5.0"
spec.email = ["dunstontc@gmail.com"]
spec.summary = "EDI toolkit"
spec.description = spec.summary
spec.homepage = "https://github.com/tcd/eddy"
spec.license = "MIT"

spec.required_ruby_version = ">= 2.5.0"

spec.metadata = {
"homepage_uri" => spec.homepage,
"source_code_uri" => spec.homepage,
Expand Down
2 changes: 1 addition & 1 deletion lib/eddy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Eddy
VERSION = "0.3.0".freeze
VERSION = "0.4.0".freeze
end

0 comments on commit 6edc09d

Please sign in to comment.