Skip to content

Commit

Permalink
update the Libbulletjme library to v18.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 1, 2023
1 parent 74d9ffc commit 8ab5643
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

ext {
// current versions of libraries:
lbjVersion = '18.5.2'
lbjVersion = '18.6.0'
lwjglVersion = '3.3.3'
}

Expand Down
12 changes: 6 additions & 6 deletions docs/en/modules/ROOT/pages/add.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.github.stephengold:Libbulletjme:18.4.0'
implementation 'com.github.stephengold:Libbulletjme:18.6.0'
}
----

Expand All @@ -52,7 +52,7 @@ Add to the project's "pom.xml" file:
<dependency>
<groupId>com.github.stephengold</groupId>
<artifactId>Libbulletjme</artifactId>
<version>18.4.0</version>
<version>18.6.0</version>
</dependency>
----

Expand All @@ -62,7 +62,7 @@ Download the {Project} library from GitHub:

* https://github.com/stephengold/Libbulletjme/releases/latest

You'll definitely need the class JAR ("Libbulletjme-18.4.0.jar")
You'll definitely need the class JAR ("Libbulletjme-18.6.0.jar")
and probably the "-sources" and "-javadoc" JARs as well.

Open the project's properties in the NetBeans IDE:
Expand All @@ -74,15 +74,15 @@ Open the project's properties in the NetBeans IDE:
. Add the Heart class JAR:
.. Click on the btn:[Add JAR/Folder] button.
.. Navigate to the download directory.
.. Select the "Libbulletjme-18.4.0" file.
.. Select the "Libbulletjme-18.6.0" file.
.. Click on the btn:[Open] button.
. (optional) Add JARs for javadoc and sources:
.. Click on the btn:[Edit] button.
.. Click on the btn:[Browse...] button to the right of "Javadoc:"
.. Select the "Libbulletjme-18.4.0-javadoc.jar" file.
.. Select the "Libbulletjme-18.6.0-javadoc.jar" file.
.. Click on the btn:[Open] button.
.. Click on the btn:[Browse...] button to the right of "Sources:"
.. Select the "Libbulletjme-18.4.0-sources.jar" file.
.. Select the "Libbulletjme-18.6.0-sources.jar" file.
.. Click on the btn:[Open] button button again.
.. Click on the btn:[OK] button to close the "Edit Jar Reference" dialog.
. Click on the btn:[OK] button to exit the "Project Properties" dialog.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/modules/ROOT/pages/build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Here's the recommended procedure:
.. using Git:
... `git clone https://github.com/stephengold/Libbulletjme.git`
... `cd Libbulletjme`
... `git checkout -b latest 18.4.0`
... `git checkout -b latest 18.6.0`
.. using a web browser:
... browse to https://github.com/stephengold/Libbulletjme/releases/latest
... follow the "Source code (zip)" link
Expand Down

0 comments on commit 8ab5643

Please sign in to comment.