Skip to content

Commit

Permalink
Bump version: 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Jun 21, 2020
1 parent 91b057d commit 2af7688
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/alpine-ie11.js
Original file line number Diff line number Diff line change
Expand Up @@ -7174,7 +7174,7 @@
}();

var Alpine = {
version: "2.4.0",
version: "2.4.1",
pauseMutationObserver: false,
start: function () {
var _start = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
Expand Down
2 changes: 1 addition & 1 deletion dist/alpine.js
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@
}

const Alpine = {
version: "2.4.0",
version: "2.4.1",
pauseMutationObserver: false,
start: async function start() {
if (!isTesting()) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "dist/alpine.js",
"name": "alpinejs",
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "git://github.com/alpinejs/alpine.git"
Expand Down

0 comments on commit 2af7688

Please sign in to comment.