Skip to content

Commit 1310dca

Browse files
committed
chore(release): prepare 1.6.0
1 parent 0aa766e commit 1310dca

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "yaos",
33
"name": "YAOS",
4-
"version": "1.5.1",
4+
"version": "1.6.0",
55
"minAppVersion": "1.5.0",
66
"description": "A zero-terminal, real-time sync engine powered by your own Cloudflare Worker.",
77
"author": "Kavin",
88
"authorUrl": "https://github.com/kavinsood",
99
"isDesktopOnly": false
10-
}
10+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yaos",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "A zero-terminal, real-time sync engine powered by your own Cloudflare Worker.",
55
"main": "main.js",
66
"type": "module",

versions.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@
1717
"1.3.2": "1.5.0",
1818
"1.3.3": "1.5.0",
1919
"1.4.0": "1.5.0",
20-
"1.5.0": "1.5.0"
21-
}
20+
"1.5.0": "1.5.0",
21+
"1.5.1": "1.5.0",
22+
"1.6.0": "1.5.0"
23+
}

0 commit comments

Comments
 (0)