Skip to content

Commit f4f271f

Browse files
committed
Update minAppVersion in manifest.json and versions.json
1 parent 4da0044 commit f4f271f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "ruby-wasm",
33
"name": "ruby.wasm",
44
"version": "0.0.1",
5-
"minAppVersion": "0.0.1",
5+
"minAppVersion": "1.5.12",
66
"description": "Run ruby code in your notes using WebAssembly",
77
"author": "geeknees",
88
"authorUrl": "https://github.com/geeknees/",

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"0.0.1": "0.0.1"
2+
"0.0.1": "0.15.0"
33
}

0 commit comments

Comments
 (0)