Skip to content

Commit

Permalink
Update copyright year (woops) and link to mobile client
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Jan 1, 2025
1 parent 626f888 commit bcb81d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@
- 👋 Compatible with [Retroshare](https://retroshare.cc) 0.6.6 or higher
- 🛠️ Hardware accelerated encryption
- 🖥️ Modern looking desktop user interface with several themes including dark mode
- 📶 Remote access
- 📶 Remote access (Android mobile client available [here](https://github.com/zapek/Xeres-Android))
- 📖 Free software ([GPL](https://www.gnu.org/licenses/quick-guide-gplv3.html))
- 😃 Available for Windows and Linux

## Releases

Latest release always available [here](https://github.com/zapek/Xeres/releases/latest).
The mobile client for Android is available [here](https://github.com/zapek/Xeres-Android/releases/latest).

## Quick try

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jpackage {
appName = parent.project.name
appVersion = "${project.version}".split("-")[0]
vendor = "David Gerber"
copyright = "Copyright 2019-2024 by David Gerber. All Rights Reserved"
copyright = "Copyright 2019-2025 by David Gerber. All Rights Reserved"
appDescription = parent.project.name
input = "${base.libsDirectory.get()}"
destination = "${base.distsDirectory.get()}"
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/resources/view/about/about.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<Insets bottom="4.0" left="4.0" right="4.0" top="4.0"/>
</padding>
<Text text="%about.slogan" styleClass="text-caption"/>
<Text text="&#10;&#10;© 2019-2024 "/>
<Text text="&#10;&#10;© 2019-2025 "/>
<Text text="%about.author-by"/>
<Text text=" David Gerber, "/>
<Text text="%about.all-rights-reserved"/>
Expand Down

0 comments on commit bcb81d1

Please sign in to comment.