Skip to content

Commit

Permalink
1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleganza committed Aug 1, 2024
1 parent c905646 commit f9030d4
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 6 deletions.
9 changes: 7 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akuse-beta",
"version": "1.3.0",
"version": "1.4.0",
"description": "Anime streaming client for PC",
"keywords": [
"akuse",
Expand Down Expand Up @@ -98,6 +98,7 @@
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.1",
"akuse-beta": "file:",
"axios": "^1.6.8",
"dompurify": "^3.1.2",
"electron-debug": "^3.2.0",
Expand Down
91 changes: 89 additions & 2 deletions release/app/package-lock.json

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

3 changes: 2 additions & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akuse-beta",
"version": "1.3.0",
"version": "1.4.0",
"description": "Anime streaming client for PC",
"license": "GPL-3.0-or-later",
"author": {
Expand All @@ -15,6 +15,7 @@
"link-modules": "node -r ts-node/register ../../.erb/scripts/link-modules.ts"
},
"dependencies": {
"akuse-beta": "file:",
"discord-rpc": "^4.0.1"
}
}

0 comments on commit f9030d4

Please sign in to comment.