Skip to content

Commit

Permalink
release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Aug 3, 2017
1 parent 5cb34ad commit 035039d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Already have `pom.xml`? Then add:
<dependency>
<groupId>com.github.almasb</groupId>
<artifactId>fxgl</artifactId>
<version>0.3.5</version>
<version>0.3.6</version>
</dependency>
```

Expand All @@ -86,7 +86,7 @@ repositories {
}
dependencies {
compile 'com.github.almasb:fxgl:0.3.5'
compile 'com.github.almasb:fxgl:0.3.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion fxgl-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>fxgl-framework</artifactId>
<groupId>com.github.almasb</groupId>
<version>0.3.6-SNAPSHOT</version>
<version>0.3.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fxgl-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>fxgl-framework</artifactId>
<groupId>com.github.almasb</groupId>
<version>0.3.6-SNAPSHOT</version>
<version>0.3.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fxgl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>fxgl-framework</artifactId>
<groupId>com.github.almasb</groupId>
<version>0.3.6-SNAPSHOT</version>
<version>0.3.6</version>
</parent>

<artifactId>fxgl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.almasb</groupId>
<artifactId>fxgl-framework</artifactId>
<version>0.3.6-SNAPSHOT</version>
<version>0.3.6</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 035039d

Please sign in to comment.