Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-denry committed May 18, 2020
1 parent 8615f0f commit fa4769b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function createWindow () {
menuService.createMenu()

// Open the DevTools.
mainWindow.webContents.openDevTools()
// mainWindow.webContents.openDevTools()

// Before close
let minimizeOnClose = settingsService.get('minimizeOnClose')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit fa4769b

Please sign in to comment.