Skip to content

Commit

Permalink
update version number to 5.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Apr 25, 2021
1 parent 1e10a40 commit 8d30eb4
Show file tree
Hide file tree
Showing 9 changed files with 8,993 additions and 7,951 deletions.
2 changes: 1 addition & 1 deletion build/rollup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Bundler from "./Bundler.js";

var bundler = new Bundler("4.9.3", process.env.TARGET);
var bundler = new Bundler("5.0.0-alpha.0", process.env.TARGET);

module.exports = bundler.bundle();
Loading

0 comments on commit 8d30eb4

Please sign in to comment.