Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Sep 30, 2023
1 parent 2b4a130 commit 3b42485
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 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.8.1",
"version": "0.8.2",
"scripts": {
"build:android:development": "cross-env eas build --profile development --platform android --local",
"build:android:preview": "cross-enveas 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.8.1",
"version": "0.8.2",
"scripts": {
"start": "NODE_ENV=development ./cli.js"
},
"bin": "./cli.js",
"license": "GPL-3.0",
"dependencies": {
"@pikatorrent/hub": "0.8.1",
"@pikatorrent/node": "0.8.1",
"@pikatorrent/hub": "0.8.2",
"@pikatorrent/node": "0.8.2",
"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.8.1",
"version": "0.8.2",
"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.8.1",
"@pikatorrent/node": "0.8.2",
"electron-serve": "^1.1.0",
"electron-squirrel-startup": "^1.0.0",
"minimist": "^1.2.8",
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.8.1",
"version": "0.8.2",
"private": true,
"license": "GPL-3.0",
"scripts": {
Expand Down
24 changes: 12 additions & 12 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.8.1",
"version": "0.8.2",
"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.8.1",
"version": "0.8.2",
"description": "",
"main": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit 3b42485

Please sign in to comment.