Skip to content

Commit

Permalink
v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Feb 22, 2022
1 parent 15273d3 commit 9a4c6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"branches",
"branching"
],
"version": "7.2.0",
"version": "7.3.0",
"main": "./dist/entrypoint.module.js",
"types": "dist/entrypoint.module.d.ts",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/packageVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = '7.2.0';
export const PACKAGE_VERSION = '7.3.0';

0 comments on commit 9a4c6cd

Please sign in to comment.