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.
1 parent e2ad8cf commit fc787d1Copy full SHA for fc787d1
package.json
@@ -7,7 +7,7 @@
7
"main": "index.js",
8
"preferGlobal": true,
9
"repository": "https://github.com/theapache64/create-compose-app",
10
- "version": "2022.8.28",
+ "version": "2022.8.28.1",
11
"jdeploy": {},
12
"dependencies": {
13
"shelljs": "0.8.4"
src/main/kotlin/com/theapache64/createcomposeapp/Main.kt
@@ -15,7 +15,7 @@ enum class Platform(val title: String) {
15
Android("🤖 Android"),
16
Desktop("🖥 Desktop"),
17
Web("🌐 Web"),
18
- Wasm("🌐 Wasm 2"),
+ Wasm("🌐 Wasm"),
19
ChromeExt("🔌 Chrome extension"),
20
DesktopGame("🎮 Desktop (game)"),
21
}
0 commit comments