@@ -120,7 +120,7 @@ The evolution of Minie is chronicled in
120120
121121### jMonkeyEngine3 (jME3) Software Development Kit (SDK)
122122
123- Minie currently targets Version 3.2.2 of jMonkeyEngine.
123+ Minie currently targets Version 3.2.3 of jMonkeyEngine.
124124You are welcome to use the Engine without also using the SDK, but I use the SDK,
125125and the following installation instructions assume you will too.
126126
@@ -239,16 +239,16 @@ repository location:
239239 jcenter()
240240 }
241241 dependencies {
242- compile 'jme3utilities:Minie:0.7.4 '
242+ compile 'jme3utilities:Minie:0.7.5 '
243243 }
244244
245245#### For Ant projects
246246
247247For projects built using Ant, download the 2 non-standard
248248libraries from GitHub:
249249
250- + https://github.com/stephengold/Minie/releases/tag/0.7.4
251- + https://github.com/stephengold/jme3-utilities/releases/tag/heart-2.22 .0
250+ + https://github.com/stephengold/Minie/releases/tag/0.7.5
251+ + https://github.com/stephengold/jme3-utilities/releases/tag/heart-2.23 .0
252252
253253You'll want both class JARs
254254and probably the ` -sources ` and ` -javadoc ` JARs as well.
@@ -264,15 +264,15 @@ Open the project's properties in the IDE (JME 3.2 SDK or NetBeans 8.2):
264264 + Navigate to the "jme3-utilities" project folder.
265265 + Open the "heart" sub-project folder.
266266 + Navigate to the "build/libs" folder.
267- + Select the "jme3-utilities-heart-2.22 .0.jar" file.
267+ + Select the "jme3-utilities-heart-2.23 .0.jar" file.
268268 + Click on the "Open" button.
269269 6 . (optional) Add JARs for javadoc and sources:
270270 + Click on the "Edit" button.
271271 + Click on the "Browse..." button to the right of "Javadoc:"
272- + Select the "jme3-utilities-heart-2.22 .0-javadoc.jar" file.
272+ + Select the "jme3-utilities-heart-2.23 .0-javadoc.jar" file.
273273 + Click on the "Open" button.
274274 + Click on the "Browse..." button to the right of "Sources:"
275- + Select the "jme3-utilities-heart-2.22 .0-sources.jar" file.
275+ + Select the "jme3-utilities-heart-2.23 .0-sources.jar" file.
276276 + Click on the "Open" button again.
277277 + Click on the "OK" button to close the "Edit Jar Reference" dialog.
278278 7 . Similarly, add the ` Minie ` JAR(s).
0 commit comments