Skip to content

Commit 63d3e0d

Browse files
committed
JF/79.1
1 parent 6563a4b commit 63d3e0d

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.github.pquiring</groupId>
99
<artifactId>javaforce</artifactId>
10-
<version>79.0</version>
10+
<version>79.1</version>
1111

1212
<scm>
1313
<url>https://github.com/pquiring/javaforce</url>

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
JavaForce SDK
22
=============
33

4-
Version 79.0
4+
Version 79.1
55

66
Description
77
===========
@@ -46,7 +46,7 @@ Before checking out the source make sure to configure line endings:
4646
Checkout Javaforce and a specific version:
4747
git clone http://github.com/pquiring/javaforce
4848
cd javaforce
49-
git checkout tags/79.0
49+
git checkout tags/79.1
5050
ant
5151
Next build the native loaders.
5252

src/javaforce/JF.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
public class JF {
2222

2323
public static String getVersion() {
24-
return "79.0";
24+
return "79.1";
2525
}
2626

2727
public static void main(String[] args) {

versions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Java version -->
44
<property name="java-version" value="17"/>
55
<!-- JavaForce version -->
6-
<property name="javaforce-version" value="79.0"/>
6+
<property name="javaforce-version" value="79.1"/>
77
<!-- native dependancies versions -->
88
<property name="glfw-version" value="3.4"/>
99
<!-- ffmpeg version only used in Windows -->

whatsnew.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
What's new...
22

3+
Feb 17/2025 : JF/79.1
4+
- jfNetTools/0.7
5+
- fixes to Wifi HeatMap colors
6+
- add Wifi Analyzer export
7+
- javaforce.media.Wav : fix load() function
8+
39
Feb 11/2025 : JF/79.0
410
- jfMQTT/0.7
511
- added more events : onConnect(), onSubscribe

0 commit comments

Comments
 (0)