Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v7.3.4 #2561

Merged
merged 11 commits into from
Jul 4, 2023
Prev Previous commit
Next Next commit
chore: bump version
  • Loading branch information
platschi committed Jul 4, 2023
commit 0499416f2b48a256e05a0f17940eb5ae8923b978
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kwenta",
"version": "7.3.3",
"version": "7.3.4",
"description": "Kwenta",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwenta/app",
"version": "7.3.3",
"version": "7.3.4",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
Loading