Skip to content

Commit 4034466

Browse files
committed
Merge branch 'hotfix/fix-versions'
2 parents e351407 + 94c1818 commit 4034466

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dist/vue-authenticate.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-authenticate v1.3.0
2+
* vue-authenticate v1.3.2
33
* https://github.com/dgrubelic/vue-authenticate
44
* Released under the MIT License.
55
*/

dist/vue-authenticate.es2015.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-authenticate v1.3.0
2+
* vue-authenticate v1.3.2
33
* https://github.com/dgrubelic/vue-authenticate
44
* Released under the MIT License.
55
*/

dist/vue-authenticate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-authenticate v1.3.0
2+
* vue-authenticate v1.3.2
33
* https://github.com/dgrubelic/vue-authenticate
44
* Released under the MIT License.
55
*/

dist/vue-authenticate.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.

example/vue-authenticate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-authenticate v1.3.0
2+
* vue-authenticate v1.3.2
33
* https://github.com/dgrubelic/vue-authenticate
44
* Released under the MIT License.
55
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-authenticate",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Authentication library for Vue.js",
55
"main": "dist/vue-authenticate.js",
66
"module": "dist/vue-authenticate.es2015.js",

0 commit comments

Comments
 (0)