Skip to content

Commit

Permalink
Change version numbers to be 0.9.9 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenRover committed Mar 4, 2016
1 parent d445eae commit 48690bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-auth-userfiles</artifactId>
<packaging>jar</packaging>
<version>0.9.8</version>
<version>0.9.9</version>
<name>guacamole-auth-userfiles</name>
<url>http://www.mst.ch/</url>

Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.8</version>
<version>0.9.9</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/guac-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"guacamoleVersion" : "0.9.8",
"guacamoleVersion" : "0.9.9",

"name" : "User files Authentication",
"namespace" : "guac-userfiles",
Expand Down

0 comments on commit 48690bb

Please sign in to comment.