Version update

This commit is contained in:
Nick Denry 2020-05-18 17:52:31 +03:00
parent 8615f0fd8c
commit fa4769b16c
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ let angApp = angular.module('app', [])
angApp.constant('AppInfo', {
APP_NAME: 'Chimeverse',
APP_VERSION: 'v0.1.52',
APP_VERSION: 'v0.1.53',
APP_HOME: 'https://github.com/nick-denry/Chimeverse',
APP_RELEASES_CHECK_URL: 'https://api.github.com/repos/nick-denry/Chimeverse/releases',
APP_RELEASES_URL: 'https://github.com/nick-denry/Chimeverse/releases'

View File

@ -64,7 +64,7 @@ function createWindow () {
menuService.createMenu()
// Open the DevTools.
mainWindow.webContents.openDevTools()
// mainWindow.webContents.openDevTools()
// Before close
let minimizeOnClose = settingsService.get('minimizeOnClose')

View File

@ -1,6 +1,6 @@
{
"name": "chimeverse",
"version": "0.1.52",
"version": "0.1.53",
"description": "Jabber/XMPP client based on Converse.js and Electron",
"main": "main.js",
"scripts": {