Skip to content

Commit f6c6cca

Browse files
committed
Bump version for 0.2.0
1 parent 3a56487 commit f6c6cca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
jsbundling-rails (0.1.9)
4+
jsbundling-rails (0.2.0)
55
railties (>= 6.0.0)
66

77
GEM
@@ -168,6 +168,7 @@ GEM
168168

169169
PLATFORMS
170170
arm64-darwin-20
171+
arm64-darwin-21
171172
x86_64-darwin-20
172173
x86_64-linux
173174

@@ -184,4 +185,4 @@ DEPENDENCIES
184185
webdrivers
185186

186187
BUNDLED WITH
187-
2.2.28
188+
2.2.30

lib/jsbundling/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Jsbundling
2-
VERSION = "0.1.9"
2+
VERSION = "0.2.0"
33
end

0 commit comments

Comments
 (0)