Skip to content

Commit

Permalink
update[package]: patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleHorrorRus committed Sep 17, 2023
1 parent 926c8df commit eb3c368
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": "streamoverlay",
"version": "2.3.5",
"version": "2.3.6",
"description": "An overlay for streamers with single display",
"author": "PurpleHorrorRus <[email protected]>",
"license": "CC-BY-NC-SA-4.0",
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 path from "path";
import Storage from "./storage";
import WindowsLogic from "./windows";

app.getVersion = () => "2.3.5";
app.getVersion = () => "2.3.6";

export default {
icon: path.join("build", "icons", "icon.ico"),
Expand Down

0 comments on commit eb3c368

Please sign in to comment.