Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arielj committed Mar 20, 2021
1 parent 13f21de commit cdf7292
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,7 @@ There was an error when using the helpers with things like:
```
It would detect the wrong element for the click event, making the JS fail.
# Changes from 1.2.3 to 1.2.4
Play nicely with Turbolinks' `turbolinks:load` event.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-nested",
"version": "1.0.0",
"version": "1.2.4",
"description": "Dynamic nested form for Ruby On Rails",
"main": "app/assets/javascripts/vanilla_nested.js",
"repository": "[email protected]:arielj/vanilla-nested.git",
Expand Down
2 changes: 1 addition & 1 deletion vanilla_nested.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'vanilla_nested'
s.version = '1.2.2'
s.version = '1.2.4'
s.authors = ['Ariel Juodziukynas <[email protected]>']
s.email = '[email protected]'
s.date = '2019-04-10'
Expand Down

0 comments on commit cdf7292

Please sign in to comment.