Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed May 15, 2020
1 parent 37151dd commit 971e7ab
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 @@ -7050,7 +7050,7 @@
}();

var Alpine = {
version: "2.3.4",
version: "2.3.5",
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 @@ -1619,7 +1619,7 @@
}

const Alpine = {
version: "2.3.4",
version: "2.3.5",
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.4",
"version": "2.3.5",
"repository": {
"type": "git",
"url": "git://github.com/alpinejs/alpine.git"
Expand Down

0 comments on commit 971e7ab

Please sign in to comment.