diff --git a/package.json b/package.json index 6d03723..165b901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-sled", - "version": "1.2.2", + "version": "1.2.3", "description": "react-sled is a carousel made with react-spring.", "author": "AndreasFaust", "license": "MIT", @@ -84,4 +84,4 @@ "release:patch": "yarn build && git add . && changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish", "deploy": "gatsby build --prefix-paths && gh-pages -d public" } -} \ No newline at end of file +}