Skip to content

Commit 6daaba9

Browse files
committed
chore: bump version
1 parent 01e47ca commit 6daaba9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [3.1.0-beta.2](https://github.com/capacitor-community/app-icon/compare/v3.1.0-beta.1...v3.1.0-beta.2) (2023-04-10)
4+
5+
### Features
6+
7+
* **android:** add `isSupported` plugin method
8+
39
## [2.0.4](https://github.com/capacitor-community/app-icon/compare/v2.0.3...v2.0.4) (2021-08-31)
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-community/app-icon",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0-beta.2",
44
"description": "Capacitor community plugin for changing an iOS app icon.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)