Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Mercado committed Feb 1, 2024
1 parent 77130c4 commit e5108ee
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
@@ -1,6 +1,6 @@
{
"name": "emu-hub",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A games-first hub for emulation.",
"main": "./out/main/index.js",
"author": "ryandavidmercado.github.com",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/const/const.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const APPNAME = "EmuHub";
export const version = "1.0.0-alpha.2";
export const version = "1.0.0-alpha.3";
export const SOFTNAME = `${APPNAME} v${version}`;

0 comments on commit e5108ee

Please sign in to comment.