Skip to content

Commit 0deb141

Browse files
committed
release of 2.0.4
1 parent a66a7b9 commit 0deb141

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ commands:
2929
steps:
3030
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
3131
- run: npm version $CIRCLE_TAG --allow-same-version --no-git-tag-version
32-
# - run: npm publish --access public
32+
- run: npm publish --access public
3333
# for beta releases
34-
- run: npm publish --access public --tag beta
34+
# - run: npm publish --access public --tag beta
3535
jobs:
3636
install-build-test:
3737
docker:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Paul Cruse III",
44
"main": "src/index.js",
55
"types": "typings/index.d.ts",
6-
"version": "2.0.0",
6+
"version": "2.0.4",
77
"license": "Apache-2.0",
88
"homepage": "https://syngenta.github.io/acai-js-docs/",
99
"repository": {

0 commit comments

Comments
 (0)