Skip to content

Commit c5efff5

Browse files
author
tverbeke
committed
0.9.3
1 parent e257790 commit c5efff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The build will result in a single `.jar` file that is made available in the `tar
3131
## Running the application
3232

3333
```
34-
java -jar shinyproxy-0.9.2.jar
34+
java -jar shinyproxy-0.9.3.jar
3535
```
3636

3737
Navigate to http://localhost:8080 to access the application. If the default configuration is used, authentication will be done against the LDAP server at *ldap.forumsys.com*; to log in one can use the user name "tesla" and password "password".

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>eu.openanalytics</groupId>
77
<artifactId>shinyproxy</artifactId>
8-
<version>0.9.2</version>
8+
<version>0.9.3</version>
99
<packaging>jar</packaging>
1010

1111
<name>shinyproxy</name>

0 commit comments

Comments
 (0)