Skip to content

Commit 7809b42

Browse files
committed
v0.1.5
1 parent 0852502 commit 7809b42

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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.1.4)
4+
reactionview (0.1.5)
55
actionview (>= 7.0)
66
herb (>= 0.7.5, < 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.1.4)
4+
reactionview (0.1.5)
55
actionview (>= 7.0)
66
herb (>= 0.7.5, < 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.1.4)
4+
reactionview (0.1.5)
55
actionview (>= 7.0)
66
herb (>= 0.7.5, < 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.1.4)
4+
reactionview (0.1.5)
55
actionview (>= 7.0)
66
herb (>= 0.7.5, < 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.1.4)
4+
reactionview (0.1.5)
55
actionview (>= 7.0)
66
herb (>= 0.7.5, < 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.1.4)
4+
reactionview (0.1.5)
55
actionview (>= 7.0)
66
herb (>= 0.7.5, < 1.0.0)
77

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.1.4",
3+
"version": "0.1.5",
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.1.4"
4+
VERSION = "0.1.5"
55
end

0 commit comments

Comments
 (0)