Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed May 12, 2023
1 parent 5810952 commit 20f3364
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
@@ -1 +1 @@
0.2.13
0.3.0
2 changes: 1 addition & 1 deletion clib.json
@@ -1,7 +1,7 @@
{
"name": "socket",
"repo": "socketsupply/socket",
"version": "0.2.13",
"version": "0.3.0",
"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.2.13",
"version": "0.3.0",
"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.2.13",
"version": "0.3.0",
"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.2.13",
"version": "0.3.0",
"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.2.13",
"version": "0.3.0",
"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.2.13",
"version": "0.3.0",
"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.2.13",
"version": "0.3.0",
"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.2.13",
"@socketsupply/socket-darwin-x64": "0.2.13",
"@socketsupply/socket-linux-arm64": "0.2.13",
"@socketsupply/socket-linux-x64": "0.2.13",
"@socketsupply/socket-win32-x64": "0.2.13"
"@socketsupply/socket-darwin-arm64": "0.3.0",
"@socketsupply/socket-darwin-x64": "0.3.0",
"@socketsupply/socket-linux-arm64": "0.3.0",
"@socketsupply/socket-linux-x64": "0.3.0",
"@socketsupply/socket-win32-x64": "0.3.0"
}
}

0 comments on commit 20f3364

Please sign in to comment.