Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Almiray committed Apr 10, 2020
1 parent b58ec58 commit 13068ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:project-repo: maven
:project-name: ikonli
:project-group: org.kordamp.ikonli
:project-version: 11.3.5
:project-version: 11.4.0

image:https://img.shields.io/travis/{project-owner}/{project-name}/master.svg?logo=travis["Build Status (travis)", link="https://travis-ci.org/{project-owner}/{project-name}"]
image:https://img.shields.io/badge/license-ASL2-blue.svg?logo=apache["ASL2 Licensed", link="http://opensource.org/licenses/ASL2"]
Expand Down Expand Up @@ -48,7 +48,7 @@ Adapt these instructions to Windows settings if running on Windows.

. Follow the instructions found at http://sdkman.io/ to install SDKMAN.
. You need a POSIX environment if running Windows. We recommend using Babun Shell (http://babun.github.io/)
. Once SDKMAN is installed invoke `sdk install gradle 5.4`.
. Once SDKMAN is installed invoke `sdk install gradle 6.3`.
. Test your setup by invoking `gradle --version`.

.Gdub
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
#

version = 11.4.0-SNAPSHOT
version = 11.4.0
group = org.kordamp.ikonli

javafxVersion = 11
Expand Down

0 comments on commit 13068ef

Please sign in to comment.