diff --git a/package.json b/package.json index e5e0026a..619907c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotwired/stimulus", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "description": "A modest JavaScript framework for the HTML you already have.", "author": "Basecamp, LLC", diff --git a/packages/stimulus/package.json b/packages/stimulus/package.json index 0964aa51..79980aee 100644 --- a/packages/stimulus/package.json +++ b/packages/stimulus/package.json @@ -1,6 +1,6 @@ { "name": "stimulus", - "version": "3.0.0", + "version": "3.0.1", "description": "Stimulus JavaScript framework", "repository": "https://stimulus.hotwired.dev", "author": "Basecamp, LLC", @@ -40,7 +40,7 @@ ], "license": "MIT", "dependencies": { - "@hotwired/stimulus": "^3.0.0", + "@hotwired/stimulus": "^3.0.1", "@hotwired/stimulus-webpack-helpers": "^1.0.0" }, "devDependencies": {