Skip to content

Commit

Permalink
Bump to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Dec 29, 2020
1 parent e5a7182 commit aa72f49
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
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion lib/royce/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def self.gem_version

module VERSION
MAJOR = 1
MINOR = 2
MINOR = 3
TINY = 0
PRE = nil

Expand Down

0 comments on commit aa72f49

Please sign in to comment.