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

Commit

Permalink
Merge pull request #22 from adobekirk/6.0.7
Browse files Browse the repository at this point in the history
Version 6.0.7
  • Loading branch information
adobekirk authored Jan 10, 2017
2 parents 7e43c9b + 531d24d commit a14d3e0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
-->
## Release Notes for AEMM Android ##

### 6.0.7 (Jan 10, 2017)
#### Features
* Includes AEM Mobile .aar version 2017.1

### 6.0.6 (Dec 12, 2016)
#### Features
* Includes AEM Mobile .aar version 2016.14.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.7-dev
6.0.7
2 changes: 1 addition & 1 deletion bin/templates/cordova/version
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

// Coho updates this line:
var VERSION = "6.0.7-dev";
var VERSION = "6.0.7";

module.exports.version = VERSION;

Expand Down
Binary file modified bin/templates/project/libs/aemm-lib-release.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion framework/src/org/apache/cordova/CordovaWebView.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "6.0.7-dev";
public static final String CORDOVA_VERSION = "6.0.7";

void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

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": "cordova-android",
"version": "6.0.7-dev",
"version": "6.0.7",
"description": "aemm-android release",
"bin": {
"create": "bin/create"
Expand Down

0 comments on commit a14d3e0

Please sign in to comment.