diff --git a/README.md b/README.md index 61127fd..4ab00ca 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Put this in your `Gemfile` : ```ruby git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" } -gem 'royce', github: 'jbox-web/royce', tag: '1.2.0' +gem 'royce', github: 'jbox-web/royce', tag: '1.3.0' ``` then run `bundle install`. diff --git a/lib/royce/version.rb b/lib/royce/version.rb index ee1ab1b..253f132 100644 --- a/lib/royce/version.rb +++ b/lib/royce/version.rb @@ -8,7 +8,7 @@ def self.gem_version module VERSION MAJOR = 1 - MINOR = 2 + MINOR = 3 TINY = 0 PRE = nil