Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 684d1d8

Browse files
author
Sloane Perrault
committed
reduce required version
1 parent a067f84 commit 684d1d8

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

manifest-beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "eink-pager",
33
"name": "E-ink Pager",
4-
"version": "1.0.0",
5-
"minAppVersion": "1.14.0",
4+
"version": "1.0.1",
5+
"minAppVersion": "0.15.0",
66
"description": "Flip through your notes a page at a time.",
77
"author": "sloanelybutsurely",
88
"authorUrl": "https://sloane.sh/",

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "eink-pager",
33
"name": "E-ink Pager",
4-
"version": "1.0.0",
5-
"minAppVersion": "1.14.0",
4+
"version": "1.0.1",
5+
"minAppVersion": "0.15.0",
66
"description": "Flip through your notes a page at a time.",
77
"author": "sloanelybutsurely",
88
"authorUrl": "https://sloane.sh/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eink-pager",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Flip through your notes a page at a time",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"1.0.0": "1.14.0"
2+
"1.0.0": "1.14.0",
3+
"1.0.1": "0.15.0"
34
}

0 commit comments

Comments
 (0)