Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manastyretskyi committed May 2, 2022
1 parent af6cd6e commit 41bd478
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
peity_vanilla_rails (0.1.2)
peity_vanilla_rails (0.2.0)
rails

GEM
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/peity-vanilla-rails.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Peity Vanila Rails 0.1.2
Peity Vanila Rails 0.2.0
Copyright © 2022 RailsJazz
https://railsjazz.com
*/
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/peity-vanilla-rails.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peity_vanilla_rails",
"version": "0.1.2",
"version": "0.2.0",
"main": "index.js",
"repository": "https://github.com/railsjazz/peity_vanilla_rails.git",
"author": "www.railsjazz.com",
Expand Down
2 changes: 1 addition & 1 deletion lib/peity_vanilla_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PeityVanillaRails
VERSION = "0.1.2"
VERSION = "0.2.0"
end

0 comments on commit 41bd478

Please sign in to comment.