From 427d4c53a330face58f993abd151b7363a9a54de Mon Sep 17 00:00:00 2001 From: Aaron Kaplowitz Date: Tue, 13 Sep 2016 19:15:19 -0400 Subject: [PATCH] Update version and fix some CLI/browser warnings --- config.xml | 2 +- ionic.project => ionic.config.json | 0 package.json | 2 +- www/factories/info-factories.js | 4 ++-- www/index.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename ionic.project => ionic.config.json (100%) diff --git a/config.xml b/config.xml index afe4691db..b1c1f3f83 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + PVTA The best way to find your buses on the go. diff --git a/ionic.project b/ionic.config.json similarity index 100% rename from ionic.project rename to ionic.config.json diff --git a/package.json b/package.json index 853e70bdd..3b522ba78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "PVTA", - "version": "0.6.3-beta.3", + "version": "0.7.0-beta.4", "license": "MIT", "repository": "github.com/umts/pvta-multiplatform", "description": "The best way to find your buses on the go.", diff --git a/www/factories/info-factories.js b/www/factories/info-factories.js index e0fda716b..212320db5 100644 --- a/www/factories/info-factories.js +++ b/www/factories/info-factories.js @@ -2,7 +2,7 @@ angular.module('pvta') .factory('Info', function () { return { - versionNum: '0.6.3', - versionName: 'Beta 3' + versionNum: '0.7.0', + versionName: 'Beta 4' }; }); diff --git a/www/index.html b/www/index.html index 3887b68df..87ed16805 100644 --- a/www/index.html +++ b/www/index.html @@ -55,7 +55,7 @@ - +