fix: update package version

This commit is contained in:
Stevan Freeborn
2023-02-20 12:51:16 -06:00
parent 74927c8910
commit f889ffaec7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
committer_name: GitHub Actions committer_name: GitHub Actions
committer_email: actions@github.com committer_email: actions@github.com
outputs: outputs:
committed: ${{ steps.commit.committed }} committed: ${{ steps.commit.outputs.committed }}
test: test:
needs: lint needs: lint
if: ${{ needs.lint.outputs.committed == false }} if: ${{ needs.lint.outputs.committed == false }}
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "onspring-api-sdk", "name": "onspring-api-sdk",
"version": "0.0.1", "version": "0.0.2",
"description": "A javascript SDK for interacting with version 2 of the Onspring API.", "description": "A javascript SDK for interacting with version 2 of the Onspring API.",
"keywords": [ "keywords": [
"onspring", "onspring",