Skip to content

Commit

Permalink
Release 5.8.0 (#84)
Browse files Browse the repository at this point in the history
* Bump version, add changelog entry
* Updated files for 5.8.0 release
  • Loading branch information
ChaseApptentive authored Jan 10, 2022
1 parent 28f39a7 commit a408ac7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This document lets you know what has changed in the Cordova plugin. For changes
- [Android Changelog](https://github.com/apptentive/apptentive-android/blob/master/CHANGELOG.md)
- [iOS Changelog](https://github.com/apptentive/apptentive-ios/blob/master/CHANGELOG.md)

# 2022-01-10 - v5.8.0

- Apptentive Android SDK: 5.8.0
- Apptentive iOS SDK: 5.3.4

# 2021-08-26 - v5.7.1

- Apptentive Android SDK: 5.7.1
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": "apptentive-cordova",
"version": "5.7.1",
"version": "5.8.0",
"description": "Apptentive Plugin For Cordova",
"cordova": {
"id": "apptentive-cordova",
Expand Down
8 changes: 4 additions & 4 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" xmlns:android="http://schemas.android.com/apk/res/android" id="apptentive-cordova" version="5.7.1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="apptentive-cordova" version="5.8.0">

<name>Apptentive</name>
<description>Apptentive Plugin For Cordova</description>
Expand Down Expand Up @@ -42,9 +42,9 @@
</config-file>
<config-file target="./res/values/strings.xml" parent="/resources">
<string name="apptentive_distribution">Cordova</string>
<string name="apptentive_distribution_version">5.7.1</string>
<string name="apptentive_distribution_version">5.8.0</string>
</config-file>
<framework src="com.apptentive:apptentive-android:5.7.1"/>
<framework src="com.apptentive:apptentive-android:5.8.0"/>
<source-file src="src/android/ApptentiveBridge.java" target-dir="src/com/apptentive/cordova"/>
<source-file src="src/android/JsonHelper.java" target-dir="src/com/apptentive/cordova"/>
</platform>
Expand Down Expand Up @@ -75,7 +75,7 @@
</config-file>

<config-file target="*-Info.plist" parent="ApptentivePluginVersion">
<string>5.7.1</string>
<string>5.8.0</string>
</config-file>

<!-- ApptentiveBridge -->
Expand Down

0 comments on commit a408ac7

Please sign in to comment.