Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Dec 5, 2023
1 parent 0f1f21f commit de93e7d
Show file tree
Hide file tree
Showing 9 changed files with 235 additions and 235 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
@@ -1 +1 @@
0.5.1
0.5.2
444 changes: 222 additions & 222 deletions api/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clib.json
@@ -1,7 +1,7 @@
{
"name": "socket",
"repo": "socketsupply/socket",
"version": "0.5.1",
"version": "0.5.2",
"description": "Build and package lean, fast, native desktop and mobile applications using the web technologies you already know.",
"install": "install.sh",
"src": [
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket-darwin-arm64",
"version": "0.5.1",
"version": "0.5.2",
"description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
"type": "module",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/packages/@socketsupply/socket-darwin-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket-darwin-x64",
"version": "0.5.1",
"version": "0.5.2",
"description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
"type": "module",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/packages/@socketsupply/socket-linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket-linux-arm64",
"version": "0.5.1",
"version": "0.5.2",
"description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
"type": "module",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/packages/@socketsupply/socket-linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket-linux-x64",
"version": "0.5.1",
"version": "0.5.2",
"description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
"type": "module",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/packages/@socketsupply/socket-win32-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket-win32-x64",
"version": "0.5.1",
"version": "0.5.2",
"description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
"type": "module",
"main": "src/index.js",
Expand Down
12 changes: 6 additions & 6 deletions npm/packages/@socketsupply/socket/package.json
@@ -1,6 +1,6 @@
{
"name": "@socketsupply/socket",
"version": "0.5.1",
"version": "0.5.2",
"description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -43,10 +43,10 @@
},
"homepage": "https://github.com/socketsupply/socket#readme",
"optionalDependencies": {
"@socketsupply/socket-darwin-arm64": "0.5.1",
"@socketsupply/socket-darwin-x64": "0.5.1",
"@socketsupply/socket-linux-arm64": "0.5.1",
"@socketsupply/socket-linux-x64": "0.5.1",
"@socketsupply/socket-win32-x64": "0.5.1"
"@socketsupply/socket-darwin-arm64": "0.5.2",
"@socketsupply/socket-darwin-x64": "0.5.2",
"@socketsupply/socket-linux-arm64": "0.5.2",
"@socketsupply/socket-linux-x64": "0.5.2",
"@socketsupply/socket-win32-x64": "0.5.2"
}
}

0 comments on commit de93e7d

Please sign in to comment.