Skip to content

Commit f1b8155

Browse files
authored
1 parent 04fb28e commit f1b8155

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
reactionview (0.2.1)
4+
reactionview (0.3.0)
55
actionview (>= 7.0)
66
herb (>= 0.9.0, < 1.0.0)
77

gemfiles/rails_7_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
reactionview (0.2.1)
4+
reactionview (0.3.0)
55
actionview (>= 7.0)
66
herb (>= 0.9.0, < 1.0.0)
77

gemfiles/rails_7_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
reactionview (0.2.1)
4+
reactionview (0.3.0)
55
actionview (>= 7.0)
66
herb (>= 0.9.0, < 1.0.0)
77

gemfiles/rails_7_2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
reactionview (0.2.1)
4+
reactionview (0.3.0)
55
actionview (>= 7.0)
66
herb (>= 0.9.0, < 1.0.0)
77

gemfiles/rails_8_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
reactionview (0.2.1)
4+
reactionview (0.3.0)
55
actionview (>= 7.0)
66
herb (>= 0.9.0, < 1.0.0)
77

gemfiles/rails_8_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
reactionview (0.2.1)
4+
reactionview (0.3.0)
55
actionview (>= 7.0)
66
herb (>= 0.9.0, < 1.0.0)
77

gemfiles/rails_8_2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GIT
4444
PATH
4545
remote: ..
4646
specs:
47-
reactionview (0.2.1)
47+
reactionview (0.3.0)
4848
actionview (>= 7.0)
4949
herb (>= 0.9.0, < 1.0.0)
5050

javascript/packages/dev-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactionview/dev-tools",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Development tools for ReActionView with Herb integration",
55
"type": "module",
66
"license": "MIT",

lib/reactionview/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ReActionView
4-
VERSION = "0.2.1"
4+
VERSION = "0.3.0"
55
end

0 commit comments

Comments
 (0)