Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 4bfcc57

Browse files
committed
version bump
1 parent ad75f70 commit 4bfcc57

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,7 @@ e2e
5858
.editorconfig
5959
electron-builder.yml
6060

61+
*.json
62+
snipetool.ts
63+
6164
!tailwind.config.js

app/package-lock.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "collection-helper",
3-
"version": "1.4.5",
3+
"version": "1.4.4",
44
"description": "Standalone, beautiful, feature rich collection manager for osu!",
55
"homepage": "https://github.com/nzbasic/Collection-Helper-Electron",
66
"author": {
@@ -38,6 +38,7 @@
3838
"fetch-installed-software": "0.0.6",
3939
"ffmpeg-static": "^4.4.0",
4040
"fluent-ffmpeg": "^2.1.2",
41+
"fs.promises.exists": "^1.0.0",
4142
"is-reachable": "^5.0.0",
4243
"osu-buffer": "^2.0.2",
4344
"random-hash": "^4.0.1",

package-lock.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "collection-helper",
3-
"version": "1.4.5",
3+
"version": "1.4.4",
44
"description": "Standalone, beautiful, feature rich collection manager for osu!",
55
"homepage": "https://github.com/nzbasic/Collection-Helper-Electron",
66
"author": {
@@ -108,6 +108,7 @@
108108
"express": "4.17.1",
109109
"fetch-installed-software": "0.0.6",
110110
"fluent-ffmpeg": "^2.1.2",
111+
"fs.promises.exists": "^1.0.0",
111112
"graceful-fs": "4.2.6",
112113
"is-reachable": "^5.0.0",
113114
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)