Version bump

This commit is contained in:
Nick Denry 2020-05-28 19:09:57 +03:00
parent eb13504648
commit 6f04eacea3
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ let angApp = angular.module('app', [])
angApp.constant('AppInfo', {
APP_NAME: 'Chimeverse',
APP_VERSION: 'v0.1.53',
APP_VERSION: 'v0.1.54',
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

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