Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
benank committed Jul 23, 2021
1 parent 05e5b4d commit e891997
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": "everyone.dance",
"version": "2.3.14",
"version": "2.3.15",
"description": "everyone.dance",
"main": "main.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/constants/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import {isWebVersion} from "./isWebVersion";
const VERSION_BASE = "2.3.14"
const VERSION_BASE = "2.3.15"
export const VERSION = (!isWebVersion && electron.isDev) ? VERSION_BASE + "-dev" : VERSION_BASE;

0 comments on commit e891997

Please sign in to comment.