Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Dominiak committed Sep 21, 2020
1 parent f96171d commit d6ddf86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- stage: deploy
if: |
tag IS present AND \
tag =~ /([0-9].[0-9]*+(?:\.[0-9]*))/
tag =~ /[0-9]+\.[0-9]+\.[0-9]+/
script: yarn docs:build && yarn storybook:build
deploy:
- provider: pages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-snap",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Lightweight Carousel based on CSS Scroll Snap",
"main": "dist/vue-snap.umd.js",
"module": "dist/vue-snap.esm.js",
Expand Down

0 comments on commit d6ddf86

Please sign in to comment.