Skip to content

Commit 8bcfddb

Browse files
committed
build: 0.1.0
1 parent 5849c5d commit 8bcfddb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package/dist/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/**
33
* vue-simple-portal
4-
* version: 0.0.0,
4+
* version: 0.1.0,
55
* (c) Thorsten Lünborg, 2019
66
* LICENCE: Apache-2.0
77
* http://github.com/linusborg/vue-simple-portal

package/dist/index.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/**
33
* vue-simple-portal
4-
* version: 0.0.0,
4+
* version: 0.1.0,
55
* (c) Thorsten Lünborg, 2019
66
* LICENCE: Apache-2.0
77
* http://github.com/linusborg/vue-simple-portal

package/dist/index.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linusborg/vue-simple-portal",
33
"description": "A simple Portal implementation for Vue, to mount slot content to another element",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"author": {
66
"name": "Thorsten Lünborg",
77
"url": "https://www.github.com/linusborg"

0 commit comments

Comments
 (0)