Skip to content

Commit fc787d1

Browse files
committed
🐛 fix wasm title
1 parent e2ad8cf commit fc787d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "index.js",
88
"preferGlobal": true,
99
"repository": "https://github.com/theapache64/create-compose-app",
10-
"version": "2022.8.28",
10+
"version": "2022.8.28.1",
1111
"jdeploy": {},
1212
"dependencies": {
1313
"shelljs": "0.8.4"

src/main/kotlin/com/theapache64/createcomposeapp/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ enum class Platform(val title: String) {
1515
Android("🤖 Android"),
1616
Desktop("🖥 Desktop"),
1717
Web("🌐 Web"),
18-
Wasm("🌐 Wasm 2"),
18+
Wasm("🌐 Wasm"),
1919
ChromeExt("🔌 Chrome extension"),
2020
DesktopGame("🎮 Desktop (game)"),
2121
}

0 commit comments

Comments
 (0)