Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Commit

Permalink
Update version and fix some CLI/browser warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kaplowitz committed Sep 13, 2016
1 parent 0284bf3 commit 427d4c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.umts.pvta-multiplaform" version="0.6.3-beta.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.umts.pvta-multiplaform" version="v0.7.0-beta.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>PVTA</name>
<description>
The best way to find your buses on the go.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
4 changes: 2 additions & 2 deletions www/factories/info-factories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};
});
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<!-- app's entry point and Google APIs -->
<script src="app.js"></script>
<!-- Dev API key stays on master, betasrv key gets swapped in when pushing to gh-pages -->
<script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDPsmX2FrR5zk5WLLSqoo1TawQpr0hSyDs&sensor=false&libraries=places,geometry"></script>
<script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDPsmX2FrR5zk5WLLSqoo1TawQpr0hSyDs&libraries=places,geometry"></script>
<!--Controllers-->
<script src="pages/app/app-controller.js"></script>
<script src="pages/routes-and-stops/routes-and-stops-controller.js"></script>
Expand Down

0 comments on commit 427d4c5

Please sign in to comment.