Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Sep 7, 2023
1 parent d79cfe6 commit aa2c1f5
Show file tree
Hide file tree
Showing 7 changed files with 1,552 additions and 130 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.5.3",
"version": "0.6.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.5.3",
"version": "0.6.0",
"scripts": {
"start": "NODE_ENV=development ./cli.js"
},
"bin": "./cli.js",
"license": "GPL-3.0",
"dependencies": {
"@pikatorrent/hub": "0.5.3",
"@pikatorrent/node": "0.5.3",
"@pikatorrent/hub": "0.6.0",
"@pikatorrent/node": "0.6.0",
"commander": "^10.0.1"
}
}
2 changes: 1 addition & 1 deletion 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.5.3",
"version": "0.6.0",
"description": "A modern, simple, connected, and electric BitTorrent app",
"main": "src/index.js",
"scripts": {
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.5.3",
"version": "0.6.0",
"private": true,
"license": "GPL-3.0",
"scripts": {
Expand Down
Loading

0 comments on commit aa2c1f5

Please sign in to comment.