Skip to content

Commit 72b6c9c

Browse files
committed
Bump version to 0.0.2
1 parent c17fe2c commit 72b6c9c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ rails g active_admin:resource Settingify::Setting
1616

1717
Add this line to your application's Gemfile:
1818

19-
gem 'settingify'
19+
gem 'settingify', '0.0.2'
2020

2121
And then execute:
2222

2323
$ bundle
2424

2525
Or install it yourself as:
2626

27-
$ gem install settingify
27+
$ gem install settingify -v 0.0.2
2828

2929
### Post installation
3030

lib/settingify/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Settingify
2-
VERSION = "0.0.1"
2+
VERSION = "0.0.2"
33
end

0 commit comments

Comments
 (0)