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

Commit

Permalink
Prepared for 0.4.1 release
Browse files Browse the repository at this point in the history
Updated version in `package.json` and `plugin.xml`.
Updated tests version in `tests/plugin.xml`
Updated `CHANGES.md`.
  • Loading branch information
ricellis committed Aug 14, 2017
1 parent ec57139 commit 27a7c54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.4.1 (2017-08-14)
- [UPGRADED] Upgraded sync-android version from 2.0.0 to 2.0.2.
- [FIXED] Issue where nested JSON objects treated as strings not JSON.

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": "cloudant-sync",
"version": "0.4.0",
"version": "0.4.1",
"description": "Cloudant Sync Cordova Plugin",
"cordova": {
"id": "com.cloudant.sync",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cloudant-sync"
version="0.4.0">
version="0.4.1">
<name>Cloudant Sync</name>
<description>Cloudant Sync Cordova Plugin</description>
<keywords>cloudant, sync, cloudant-sync, cloudantSync</keywords>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
-->

<?xml version="1.0" encoding="UTF-8" ?>
<plugin id="cloudant-sync-tests" version="0.1.0-dev" xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://apache.org/cordova/ns/plugins/1.0">
<plugin id="cloudant-sync-tests" version="0.4.1" xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://apache.org/cordova/ns/plugins/1.0">
<name>Cloudant Sync Plugin Create/Delete Datastore Tests</name>
<keywords>cloudant, sync, cloudant-sync, cloudantsync</keywords>
<repo>https://github.com/cloudant/sync-cordova-plugin#:tests</repo>
Expand Down

0 comments on commit 27a7c54

Please sign in to comment.