Skip to content

Commit 1fc3e34

Browse files
committed
release 1.3
1 parent 130ee4d commit 1fc3e34

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Plex Rich Presence works with Java 8.
77

88
## Release Version
99

10-
- [Portable and Executable JAR](https://github.com/Ombrelin/plex-rich-presence/releases/download/v1.3/plex-rich-presence-1.3.jar)
10+
- [Portable and Executable JAR](https://github.com/Ombrelin/plex-rich-presence/releases/download/v1.3/plex-rich-presence-1.4.jar)
1111
- [Windows Installer](https://github.com/Ombrelin/plex-rich-presence/releases/download/v1.3/plex-rich-presence-setup.exe)
1212

1313
## Screenshots
@@ -17,6 +17,8 @@ Plex Rich Presence works with Java 8.
1717

1818
![screenshots](screenshots/ui-logs.png)
1919

20+
![screenshots](screenshots/discord.png)
21+
2022
## Build
2123

2224
Just run :
@@ -30,7 +32,7 @@ mvn clean package
3032
Once build, you can run the app by running :
3133

3234
```
33-
java -jar ./target/plex-rich-presence-1.3.jar
35+
java -jar ./target/plex-rich-presence-1.4.jar
3436
```
3537

3638
## Libraries used

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>fr.arsenelapostolet</groupId>
1212
<artifactId>plex-rich-presence</artifactId>
13-
<version>1.3</version>
13+
<version>1.4</version>
1414
<name>plex-rich-presence</name>
1515
<description>Rich presence provider for plex media server</description>
1616

screenshots/discord.png

1.11 KB
Loading

windows/innosetupconfig.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Plex Rich Presence"
5-
#define MyAppVersion "1.3"
5+
#define MyAppVersion "1.4"
66
#define MyAppPublisher "Arsene Lapostolet"
77
#define MyAppURL "https://github.com/Ombrelin/plex-rich-presence"
88
#define MyAppExeName "Plex Rich Presence.exe"

windows/launch4jconfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<launch4jConfig>
33
<dontWrapJar>false</dontWrapJar>
44
<headerType>gui</headerType>
5-
<jar>C:\Users\arsen\git\plex-rich-presence\target\plex-rich-presence-1.3.jar</jar>
5+
<jar>C:\Users\arsen\git\plex-rich-presence\target\plex-rich-presence-1.4.jar</jar>
66
<outfile>C:\Users\arsen\git\plex-rich-presence\windows\Plex Rich Presence.exe</outfile>
77
<errTitle></errTitle>
88
<cmdLine></cmdLine>

0 commit comments

Comments
 (0)