Skip to content

Commit 0160bdf

Browse files
committed
fix copy/paste
1 parent 859a794 commit 0160bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npm run build
3636
version=$(node -e 'console.log(require("./package.json").version)')
3737
# Update version in docs
3838
sed -i 's:\(<sub><sub>v\)[0-9]\+\.[0-9]\+\.[0-9]\+\(</sub></sub>\):\1'$version'\2:' docs/index.html
39-
sed -i 's:\(https\://unpkg\.com/@vbarbarosh/vue-pager@\)[0-9]\+\.[0-9]\+\.[0-9]\+\(/dist/vue-pager.js\):\1'$version'\2:' docs/index.html
39+
sed -i 's:\(https\://unpkg\.com/@vbarbarosh/vue-modal@\)[0-9]\+\.[0-9]\+\.[0-9]\+\(/dist/vue-modal.js\):\1'$version'\2:' docs/index.html
4040

4141
git add package.json package-lock.json dist docs/index.html
4242
git commit -m "release v$version"

0 commit comments

Comments
 (0)