Skip to content

Commit 32ee1d4

Browse files
committed
version bump to 0.6.0 - PWA platform addition
1 parent 397300e commit 32ee1d4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
Automatic icon and splash screen resizing CLI tool for **Cordova**/**Ionic**/**PhoneGap** based applications.
5+
Automatic icon and splash screen resizing CLI tool for **Cordova**/**Ionic**/**PhoneGap** based applications and PWAs.
66

77
It automatically resizes and copies your ```icon.png``` and ```splash.png``` files to platform dedicated directories.
88

@@ -88,9 +88,11 @@ Supported platforms:
8888
- splash screens
8989
- **Blackberry 10**
9090
- icons
91+
- **PWAs**
92+
- icons
9193

9294
---
9395

9496
## License
9597

96-
MIT
98+
MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-res-generator",
3-
"version": "0.4.2",
3+
"version": "0.6.0",
44
"description": "Generates icon & splash screen for cordova/ionic projects using javascript only.",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)