Skip to content

Commit

Permalink
Update prod minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
SherRao committed Apr 30, 2024
1 parent c655288 commit b154d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export default defineConfig({
clearMocks: true,
},
define: {
APP_VERSION: JSON.stringify("1.3.0"),
APP_VERSION: JSON.stringify("1.3.1"),
},
});

0 comments on commit b154d2c

Please sign in to comment.