Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Aug 14, 2023
1 parent 44f9d1d commit 8140067
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pikatorrent/app",
"version": "0.4.1",
"version": "0.5.0",
"scripts": {
"build:android:development": "cross-env TAMAGUI_TARGET=native eas build --profile development --platform android --local",
"build:android:preview": "cross-env TAMAGUI_TARGET=native eas build --profile preview --platform android --local",
Expand Down
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "pikatorrent",
"version": "0.4.1",
"version": "0.5.0",
"scripts": {
"start": "NODE_ENV=development ./cli.js"
},
"bin": "./cli.js",
"license": "GPL-3.0",
"dependencies": {
"@pikatorrent/hub": "0.4.1",
"@pikatorrent/node": "0.4.1",
"@pikatorrent/hub": "0.5.0",
"@pikatorrent/node": "0.5.0",
"commander": "^10.0.1"
}
}
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pikatorrent/desktop",
"productName": "pikatorrent",
"version": "0.4.1",
"version": "0.5.0",
"description": "A modern, simple, connected, and electric BitTorrent app",
"main": "src/index.js",
"scripts": {
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@ca9io/electron-webrtc-relay": "^0.2.0",
"@pikatorrent/node": "0.4.1",
"@pikatorrent/node": "0.5.0",
"electron-serve": "^1.1.0",
"electron-squirrel-startup": "^1.0.0",
"rage-edit": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pikatorrent/site",
"version": "0.4.1",
"version": "0.5.0",
"private": true,
"license": "GPL-3.0",
"scripts": {
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pikatorrent/hub",
"version": "0.4.1",
"version": "0.5.0",
"description": "",
"main": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pikatorrent/node",
"version": "0.4.1",
"version": "0.5.0",
"description": "",
"main": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit 8140067

Please sign in to comment.