Skip to content

Commit 67f7339

Browse files
committed
v0.1.6
1 parent 70fc010 commit 67f7339

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5)
4+
reactionview (0.1.6)
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.5",
3+
"version": "0.1.6",
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.5"
4+
VERSION = "0.1.6"
55
end

0 commit comments

Comments
 (0)