Skip to content

Commit 3ace24c

Browse files
committed
bump version to 1.4.0
1 parent 41d11cf commit 3ace24c

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.5
2+
* vue-authenticate v1.4.0
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.5
2+
* vue-authenticate v1.4.0
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.5
2+
* vue-authenticate v1.4.0
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.5
2+
* vue-authenticate v1.4.0
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.5",
3+
"version": "1.4.0",
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)