Skip to content

Commit a29a065

Browse files
Update version
1 parent 643fc27 commit a29a065

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ AndroidManifest.xml is automatically updated to use the new MainActivity.
2121
Based on cordova-android-fragments (https://github.com/rajivnarayana/CordovaFragments)
2222

2323
# History
24+
## 2.2.1
25+
- Fix bug where fragment launched twice
26+
2427
## 2.2.0
2528
- Add support for onNewIntent
2629
- Apply some fixes from main cordova repo

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-android-fragmentactivity",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "An android plugin that provides a replacement activity to the default activity to start a cordova application with MainActivity as a Fragment Activity. Useful when you want to add native views on top of cordova webview.",
55
"cordova": {
66
"id": "cordova-plugin-android-fragmentactivity",

0 commit comments

Comments
 (0)