Skip to content

Commit

Permalink
patch version update 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juancwu committed Apr 16, 2024
1 parent 1bc52ed commit 4e2b573
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.1.0"),
APP_VERSION: JSON.stringify("1.1.1"),
},
});

0 comments on commit 4e2b573

Please sign in to comment.