Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Oct 17, 2019
1 parent 839bed1 commit e8c7b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<head>
<meta charset="utf-8">
<title>bmc demo</title>
<script async src="./dist/0.4.0/bmc.umd.min.js"></script>
<script async src="./dist/0.5.0/bmc.umd.min.js"></script>
<script>
(function(w, f) {
var l = f + 'Queue'; w[l] = w[l] || [];
w[f] = w[f] || function() { w[l].push(arguments); };
})(window, 'bmc');
</script>
<link rel="stylesheet" href="./dist/0.4.0/bmc.css">
<link rel="stylesheet" href="./dist/0.5.0/bmc.css">
</head>
<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base-cms-management-components",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit e8c7b71

Please sign in to comment.