Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rezwyi committed Sep 15, 2014
1 parent 38b3145 commit 4a82abb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:
elasticonf (1.1.2)
elasticonf (1.1.3)
hashie (>= 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Powerfull and flexible application config solution worked in any ruby program. N
First add the following lines to your application `Gemfile`:

``` ruby
gem 'elasticonf', '~> 1.1.0'
gem 'elasticonf', '~> 1.1.3'
```

Then run `bundle install` to update your's gems bundle.
Expand Down
2 changes: 1 addition & 1 deletion lib/elasticonf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Elasticonf
VERSION = '1.1.2'
VERSION = '1.1.3'
end

0 comments on commit 4a82abb

Please sign in to comment.