We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee03f9b + f3a4f28 commit 2e5f167Copy full SHA for 2e5f167
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [4.1.1](https://github.com/capacitor-community/app-icon/compare/v4.1.0...v4.1.1) (2023-10-08)
4
+
5
+### Bug Fixes
6
7
+* **android:** fix `getName` ([#43](https://github.com/capacitor-community/app-icon/issues/43))
8
9
## [4.1.0](https://github.com/capacitor-community/app-icon/compare/v4.0.0...v4.1.0) (2023-05-28)
10
11
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/app-icon",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "Capacitor community plugin for changing an iOS app icon.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
0 commit comments