Browse Source

Versioning

pull/1390/head
Ramiro Saenz 7 years ago
parent
commit
4bb0a7b300
  1. 4
      app/package.json
  2. 2
      appveyor.yml

4
app/package.json

@ -1,7 +1,7 @@
{ {
"name": "Rambox", "name": "Rambox",
"productName": "Rambox", "productName": "Rambox",
"version": "0.5.13", "version": "0.5.14",
"description": "Rambox", "description": "Rambox",
"main": "electron/main.js", "main": "electron/main.js",
"private": true, "private": true,
@ -34,7 +34,7 @@
"auth0-lock": "^10.22.0", "auth0-lock": "^10.22.0",
"auto-launch-patched": "5.0.2", "auto-launch-patched": "5.0.2",
"electron-config": "0.2.1", "electron-config": "0.2.1",
"electron-is-dev": "^0.1.2", "electron-is-dev": "^0.3.0",
"mime": "^1.4.0", "mime": "^1.4.0",
"rimraf": "2.6.1", "rimraf": "2.6.1",
"tmp": "0.0.28" "tmp": "0.0.28"

2
appveyor.yml

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

Loading…
Cancel
Save