Skip to content

Commit f33f006

Browse files
committed
chore: increment version and copyright year
1 parent 98b26c9 commit f33f006

File tree

5 files changed

+7
-13
lines changed

5 files changed

+7
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To verify the app was notarized correctly:
4343

4444
# License
4545

46-
Copyright 2022-2024 SciActive Inc
46+
Copyright 2022-2025 SciActive Inc
4747

4848
Licensed under the Apache License, Version 2.0 (the "License");
4949
you may not use this file except in compliance with the License.

app/package-lock.json

Lines changed: 2 additions & 2 deletions
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quickdav",
3-
"version": "3.3.0",
4-
"description": "Instantly transfer files to your device over your local network.",
3+
"version": "3.4.0",
4+
"description": "Transfer files between devices.",
55
"main": "server/main.js",
66
"author": "Hunter Perrin <[email protected]>",
77
"license": "Apache-2.0",

client/Guide.svelte

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -903,13 +903,7 @@
903903
</div>
904904

905905
<div style="font-size: smaller; margin-top: 1em;">
906-
You can <a href="https://www.patreon.com/sciactive" target="_blank"
907-
>support SciActive on Patreon</a
908-
>.
909-
</div>
910-
911-
<div style="font-size: smaller; margin-top: 1em;">
912-
Copyright &copy; 2022-2024 SciActive Inc. All Rights Reserved.
906+
Copyright &copy; 2022-2025 SciActive Inc. All Rights Reserved.
913907
</div>
914908

915909
<div style="font-size: smaller; margin-top: 1em;">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"build": {
9292
"appId": "com.sciactive.quickdav",
9393
"productName": "QuickDAV",
94-
"copyright": "Copyright © 2022-2024 SciActive Inc",
94+
"copyright": "Copyright © 2022-2025 SciActive Inc",
9595
"asarUnpack": [
9696
"**/*.node"
9797
],

0 commit comments

Comments
 (0)