Browse Source

Versioning

pull/1203/head
Ramiro Saenz 8 years ago
parent
commit
279b2c3912
  1. 4
      app/package.json
  2. 2
      appveyor.yml

4
app/package.json

@ -1,7 +1,7 @@
{
"name": "Rambox",
"productName": "Rambox",
"version": "0.5.12",
"version": "0.5.13",
"description": "Rambox",
"main": "electron/main.js",
"private": true,
@ -30,6 +30,8 @@
"license": "GPL-3.0",
"dependencies": {
"@exponent/electron-cookies": "2.0.0",
"auth0-js": "^8.10.1",
"auth0-lock": "^10.22.0",
"auto-launch-patched": "5.0.2",
"electron-config": "0.2.1",
"electron-is-dev": "^0.1.2",

2
appveyor.yml

@ -1,4 +1,4 @@
version: 0.5.12
version: 0.5.13
pull_requests:
do_not_increment_build_number: true
branches:

Loading…
Cancel
Save