Skip to content

Commit

Permalink
Update JMetro version in Gradle script to "11.6.16"
Browse files Browse the repository at this point in the history
  • Loading branch information
dukke committed Sep 6, 2022
1 parent ef91052 commit 1e6c2cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ When filing bugs it's most often good practice to attach a small sample app (as
The reason for this is the limited amount of resources and time I have and also because in the process of filing a bug, developers sometimes discover that the bug isn't in the library but somewhere else.
Without a small example app the issue might be closed prematurely.


### Feedback request
Please show pictures of your application that is using JMetro or share it through social media. This is very important for us
to know how users are effectively using it and make adjustments accordingly, to make JMetro better, and, only if you allow it, to showcase example uses.
Expand Down
2 changes: 1 addition & 1 deletion jmetro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

sourceCompatibility = JavaVersion.VERSION_11

version = '11.6.16-SNAPSHOT'
version = '11.6.16'
def versionDescription = 'JMetro'

javafx {
Expand Down

0 comments on commit 1e6c2cf

Please sign in to comment.