Skip to content

Commit

Permalink
Release version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn committed Feb 1, 2021
1 parent b2c1a91 commit 7434b76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ allprojects {
apply plugin: "eclipse"
apply plugin: "idea"

version = "0.2.4"
version = "0.3.0"

ext {
appName = "guacamole"
formicVersion = "0.1.4"
gdxVersion = "1.9.13"
gdxVersion = "1.9.14"
jsrVersion = "3.0.2"

// Test dependencies
junitVersion = "5.6.0"
mockitoVersion = "3.2.4"
Expand Down

0 comments on commit 7434b76

Please sign in to comment.