Skip to content

Commit

Permalink
Bump version to 11.3.0 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMina96 authored Oct 5, 2022
1 parent b7a7bfa commit eb38d56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 11.3.0 (2022-10-05)

* Bumps Instabug Android SDK to v11.5.1
* Bumps Instabug iOS SDK to v11.3.0
Expand Down
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "instabug-cordova",
"description": "Cordova plugin for integrating the Instabug SDK.",
"version": "11.2.0",
"version": "11.3.0",
"author": "Instabug (https://instabug.com)",
"repository": "github:Instabug/Instabug-Cordova",
"homepage": "https://www.instabug.com/platforms/cordova",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="instabug-cordova"
version="11.2.0">
version="11.3.0">

<name>instabug-cordova</name>
<description>Cordova plugin for integrating the Instabug SDK.</description>
Expand Down

0 comments on commit eb38d56

Please sign in to comment.