Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Mar 4, 2022
1 parent 23b62e4 commit 1fb3d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ Code related to dealing with advancing between pages
// Emit events on index change
boundedIndex: function () {
return this.$emit('change', {
boundedIndex: this.boundedIndex
index: this.boundedIndex
});
}
},
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-ssr-carousel",
"version": "1.2.2",
"version": "1.2.3",
"description": "A performance focused Vue carousel designed for SSR/SSG environments.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1fb3d32

Please sign in to comment.