Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #70 from Microsoft/version_bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
lostintangent committed Mar 4, 2016
2 parents acf6599 + 282607a commit ab96f09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ CodePush is here to simplify this process by allowing you to instantly update yo
For an easy way to get started, please see our [sample applications](/samples) and our [getting started guide](#getting-started).

## Supported platforms

Cordova 5.0.0+ is fully supported, along with the following asociated platforms:

- Android ([cordova-android](https://github.com/apache/cordova-android) 4.0.0+)
- iOS ([cordova-ios](https://github.com/apache/cordova-ios) 3.9.0+)
* Android ([cordova-android](https://github.com/apache/cordova-android) 4.0.0+)
* iOS ([cordova-ios](https://github.com/apache/cordova-ios) 3.9.0+) - *Note: In order to use CodePush along with the [`cordova-plugin-wkwebview-engine`](https://github.com/apache/cordova-plugin-wkwebview-engine) plugin, you need to install `v1.5.1-beta+`, which includes full support for apps using either WebView.*

To check which versions of each Cordova platform you are currently using, you can run the following command and inspect the `Installed platforms` list:

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-plugin-code-push",
"version": "1.5.0-beta",
"version": "1.5.1-beta",
"description": "CodePush Plugin for Apache Cordova",
"cordova": {
"id": "cordova-plugin-code-push",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-code-push" version="1.5.0-beta">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-code-push" version="1.5.1-beta">
<name>CodePush</name>
<description>This plugin allows you to push code updates to your apps instantly using the CodePush service</description>
<license>MIT</license>
Expand Down Expand Up @@ -95,4 +95,4 @@
</feature>
</config-file>
</platform>
</plugin>
</plugin>

0 comments on commit ab96f09

Please sign in to comment.