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

Commit

Permalink
Releasing chrome-app-developer-tool v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agrieve committed May 5, 2015
1 parent 4b838a9 commit 15bf6ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ You can get more info using `./createproject.sh --help`.

# Release Notes

## v0.13.0 (April 5, 2015)
* Use plugins from npm rather than plugins.cordova.io
* Updated crosswalk to v13
* Updated CCA plugins

## v0.12.0 (March 24, 2015)

* Enabled Content-Security-Policy for Chrome Apps
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-app-developer-tool",
"version": "0.12.1-dev",
"version": "0.13.0",
"description": "The Chrome App Developer Tool for Mobile (\"App Dev Tool\" for short) is a distribution of [Apache Cordova App Harness](https://git-wip-us.apache.org/repos/asf/cordova-app-harness.git) that can run Chrome Apps. It is based on the plugins from the [cca](https://github.com/MobileChomeApps/mobile-chrome-apps) toolkit.",
"repository": {
"type": "git",
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.12.1-dev');
myApp.value('APP_VERSION', '0.13.0');

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

0 comments on commit 15bf6ae

Please sign in to comment.