We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v0.1.1
1 parent 5e6dcd6 commit 91f3a73Copy full SHA for 91f3a73
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- reactionview (0.1.0)
+ reactionview (0.1.1)
5
actionview (>= 7.0)
6
herb (>= 0.7.0, < 1.0.0)
7
javascript/packages/dev-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactionview/dev-tools",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Development tools for ReActionView with Herb integration",
"type": "module",
"license": "MIT",
lib/reactionview/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ReActionView
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end
0 commit comments