Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Releasing 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agrieve committed Jun 18, 2014
1 parent 3ad5b57 commit ed3ed2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion createproject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CORDOVA="${CORDOVA-cordova}"
PLATFORMS="${PLATFORMS-android}"
APP_ID=${APP_ID-org.chromium.appdevtool}
APP_NAME=${APP_NAME-Chrome App Developer Tool}
APP_VERSION=${APP_VERSION-0.7.1-dev}
APP_VERSION=${APP_VERSION-0.7.1}
DIR_NAME="${1}"
AH_PATH="$(cd $(dirname $0) && pwd)"
extra_search_path="$PLUGIN_SEARCH_PATH"
Expand Down
2 changes: 1 addition & 1 deletion www/cdvah/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
var myApp = angular.module('ChromeAppDeveloperTool', ['ngRoute', 'angularMoment']);

myApp.value('APP_NAME', 'Chrome App Developer Tool');
myApp.value('APP_VERSION', '0.7.1-dev');
myApp.value('APP_VERSION', '0.7.1');

myApp.config(['$routeProvider', function($routeProvider){
$routeProvider.when('/', {
Expand Down

0 comments on commit ed3ed2c

Please sign in to comment.