Skip to content

Commit 16f8603

Browse files
committed
v0.3.7
1 parent c21977e commit 16f8603

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

circle.yml

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

2424
deployment:
2525
npm:
26-
tag: /[0-9]+(\.[0-9]+)*/
26+
tag: /v[0-9]+(\.[0-9]+)*/
2727
commands:
2828
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
2929
- npm publish

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Bootstrap 4 Components for Vue.js 2",
55
"repository": {
66
"type": "git",
@@ -39,7 +39,7 @@
3939
"sass-loader": "latest",
4040
"tether": "latest",
4141
"vue": "latest",
42-
"vue-loader": "latest",
42+
"vue-loader": "latest",
4343
"webpack": "^2.1.0-beta.25"
4444
},
4545
"homepage": "https://bootstrap-vue.github.io",

0 commit comments

Comments
 (0)