Skip to content

Commit 1f8f3e2

Browse files
committed
build(release): bump project version to 1.0.1
1 parent 8ea63f2 commit 1f8f3e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-step-progress",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"repository": "bastidest/vue-step-progress",
55
"description": "A Vue component to display a progressbar with labels",
66
"main": "./dist/vue-step-progress.min.js",

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -euo pipefail
2+
set -eo pipefail
33

44
source ./source.sh
55

0 commit comments

Comments
 (0)