diff --git a/package.json b/package.json index c487d7c3..6047221c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotwired/stimulus", - "version": "3.1.0", + "version": "3.1.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 9a76c624..8d0d36ed 100644 --- a/packages/stimulus/package.json +++ b/packages/stimulus/package.json @@ -1,6 +1,6 @@ { "name": "stimulus", - "version": "3.1.0", + "version": "3.1.1", "description": "Stimulus JavaScript framework", "repository": "https://stimulus.hotwired.dev", "author": "Basecamp, LLC", @@ -42,7 +42,7 @@ ], "license": "MIT", "dependencies": { - "@hotwired/stimulus": "^3.1.0", + "@hotwired/stimulus": "^3.1.1", "@hotwired/stimulus-webpack-helpers": "^1.0.0" }, "devDependencies": {