Skip to content

Commit

Permalink
Release v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy authored and jwerle committed Dec 21, 2023
1 parent 4c95c75 commit f90ba12
Show file tree
Hide file tree
Showing 9 changed files with 236 additions and 236 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
@@ -1 +1 @@
0.5.3
0.5.4
446 changes: 223 additions & 223 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.3",
"version": "0.5.4",
"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.3",
"version": "0.5.4",
"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.3",
"version": "0.5.4",
"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.3",
"version": "0.5.4",
"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.3",
"version": "0.5.4",
"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.3",
"version": "0.5.4",
"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.3",
"version": "0.5.4",
"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 @@ -39,10 +39,10 @@
},
"homepage": "https://github.com/socketsupply/socket#readme",
"optionalDependencies": {
"@socketsupply/socket-darwin-arm64": "0.5.3",
"@socketsupply/socket-darwin-x64": "0.5.3",
"@socketsupply/socket-linux-arm64": "0.5.3",
"@socketsupply/socket-linux-x64": "0.5.3",
"@socketsupply/socket-win32-x64": "0.5.3"
"@socketsupply/socket-darwin-arm64": "0.5.4",
"@socketsupply/socket-darwin-x64": "0.5.4",
"@socketsupply/socket-linux-arm64": "0.5.4",
"@socketsupply/socket-linux-x64": "0.5.4",
"@socketsupply/socket-win32-x64": "0.5.4"
}
}

0 comments on commit f90ba12

Please sign in to comment.