Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed May 4, 2020
1 parent 2543302 commit 87cf892
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 @@ -7058,7 +7058,7 @@
}();

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

const Alpine = {
version: "2.3.2",
version: "2.3.3",
start: async function start() {
if (!isTesting()) {
await domReady();
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.3.2",
"version": "2.3.3",
"repository": {
"type": "git",
"url": "git://github.com/alpinejs/alpine.git"
Expand Down

0 comments on commit 87cf892

Please sign in to comment.