Skip to content

Commit

Permalink
Patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleHorrorRus committed Jan 14, 2023
1 parent f0109f7 commit ccaa5b6
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": "amadeus",
"version": "1.0.0-beta.19",
"version": "1.0.0-beta.20",
"description": "Free, functional and open source VK Messenger",
"main": "./dist/main/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { app } from "electron";
import Storage from "./storage";
import WindowsLogic from "./windows/logic";

app.getVersion = () => "1.0.0-beta.19";
app.getVersion = () => "1.0.0-beta.20";

const isDev = process.env.NODE_ENV === "development";
const isWindows = process.platform === "win32";
Expand Down

0 comments on commit ccaa5b6

Please sign in to comment.