Skip to content

Commit

Permalink
Extasys version NT 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nsiatras committed Mar 10, 2024
1 parent c9cdeda commit 5d68e25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Extasys for Java/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<target name="00-Release-Fat-Jar-WithJavaDocs" depends="jar">

<property name="store.jar.name" value="Extasys"/>
<property name="LibraryVersion" value="NT_1.0.2"/>
<property name="LibraryVersion" value="NT_1.0.3"/>

<!-- don't edit below this line -->
<property name="store.dir" value="00_Release"/>
Expand Down
3 changes: 2 additions & 1 deletion Extasys for Java/nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/C:/Development/extasys/Extasys%20for%20Java/src/Extasys/ByteArrayBuilder.java</file>
<file>file:/C:/Development/extasys/Extasys%20for%20Java/build.xml</file>
<file>file:/C:/Development/extasys/Extasys%20for%20Java/src/Extasys/Settings/Settings.java</file>
</group>
</open-files>
</project-private>
2 changes: 1 addition & 1 deletion Extasys for Java/src/Extasys/Settings/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ of this software and associated documentation files (the "Software"), to deal
public class Settings
{

public static final String VERSION = "Extasys NT v1.0.2";
public static final String VERSION = "Extasys NT v1.0.3";
}

0 comments on commit 5d68e25

Please sign in to comment.