Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandavidmercado committed Feb 21, 2024
1 parent eb91e3b commit 80f327b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EmuHub",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"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,5 +1,5 @@
export const APPNAME = 'EmuHub'
export const version = '1.0.0-beta.0'
export const version = '1.0.0-beta.1'
export const SOFTNAME = `${APPNAME} v${version}`

export const displayTypeMap = {
Expand Down

0 comments on commit 80f327b

Please sign in to comment.