Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrayalex committed Mar 15, 2023
1 parent a1c321e commit 4dd519d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "increase",
"version": "0.0.1",
"version": "0.1.0",
"description": "Client library for the Increase API",
"author": "Increase <[email protected]>",
"types": "dist/cjs/index.d.ts",
Expand Down Expand Up @@ -30,12 +30,12 @@
"qs": "^6.10.3"
},
"devDependencies": {
"increase": "link:.",
"@types/jest": "^27.5.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.22.0",
"eslint-plugin-unused-imports": "^2.0.0",
"increase": "link:.",
"jest": "^28.1.0",
"prettier": "rattrayalex/prettier#postfix-ternaries",
"ts-jest": "^28.0.2",
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.0.1';
export const VERSION = '0.1.0';

0 comments on commit 4dd519d

Please sign in to comment.