Skip to content

Commit

Permalink
Version update (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten authored Aug 13, 2021
1 parent 93a55f0 commit 57be251
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 2.2

### 2.3.1 (August 13th, 2021)
* Fixed bug `not present in the asset pipeline` in production

### 2.3.0 (August 12th, 2021)
* Added an API!
* Added transliterations for non-latin characters in URLs
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (2.3.0)
spina (2.3.1)
ancestry
attr_json
babosa
Expand Down Expand Up @@ -228,11 +228,11 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
stimulus-rails (0.3.1)
stimulus-rails (0.3.2)
rails (>= 6.0.0)
thor (1.1.0)
tilt (2.0.10)
turbo-rails (0.7.0)
turbo-rails (0.7.1)
rails (>= 6.0.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/spina/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spina
VERSION = "2.3.0"
VERSION = "2.3.1"
end

0 comments on commit 57be251

Please sign in to comment.