Bump project version

This commit is contained in:
Nick Denry 2020-08-07 15:49:44 +03:00
parent 29a4ed669d
commit b0e42d98ac
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ let angApp = angular.module('app', [])
angApp.constant('AppInfo', {
APP_NAME: 'Converse Desktop',
APP_VERSION: 'v0.0.1',
APP_VERSION: 'v0.1.0',
APP_HOME: 'https://github.com/conversejs/converse-desktop',
APP_RELEASES_CHECK_URL: 'https://api.github.com/repos/conversejs/converse-desktop/releases',
APP_RELEASES_URL: 'https://github.com/conversejs/converse-desktop/releases'

View File

@ -1,6 +1,6 @@
{
"name": "@converse/desktop",
"version": "0.0.1",
"version": "0.1.0",
"description": "Desktop Jabber/XMPP client based on Converse.js and Electron",
"main": "main.js",
"scripts": {
@ -21,7 +21,7 @@
"OMEMO"
],
"author": "Nick Denry <nick@denry.ru>",
"license": "GPL-3.0",
"license": "MPL-2.0",
"devDependencies": {
"electron": "^4.2.12",
"electron-builder": "^20.44.4",