Skip to content

Commit c6a0115

Browse files
committed
Prepared release of v1.0.8
1 parent 13fb2e2 commit c6a0115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
identifier="${main.class}"
8080
mainclassname="${main.class}"
8181
icon="mac/icon.icns"
82-
shortversion="1.0.7"
82+
shortversion="1.0.8"
8383
copyright="© Bernhard Jenny 2007–2018"
8484
applicationCategory="public.app-category.graphics-design">
8585
<classpath file="${dist.jar}" />

src/ika/app/Application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PreferencesPanel=ika.gui.FlexProjectorPreferencesPanel
1010
#The version of the application, numbers only in the format X.Y.Z, e.g. "1.12.5"
1111
#The last number is optional, i.e. "1.12" is valid.
1212
#The numbers can be followed by a string, such as "0.12 alpha"
13-
ApplicationVersion=1.0.7
13+
ApplicationVersion=1.0.8
1414

1515
#a small icon for display in information dialogs
1616
ApplicationIcon=logo64x64.png

0 commit comments

Comments
 (0)