Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Release 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rockihack committed Aug 8, 2015
1 parent b85a657 commit 7134f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.fxbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ASCII"?>
<anttasks:AntTask xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:anttasks="http://org.eclipse.fx.ide.jdt/1.0" buildDirectory="${project}/build">
<deploy packagingFormat="all" proxyResolution="true">
<application name="StudIP-FileSync" mainclass="de.uni.hannover.studip.sync.Main" version="0.4.0" toolkit="fx"/>
<application name="StudIP-FileSync" mainclass="de.uni.hannover.studip.sync.Main" version="0.5.0" toolkit="fx"/>
<info title="Stud.IP FileSync" vendor=""/>
</deploy>
<signjar/>
Expand Down
2 changes: 1 addition & 1 deletion src/de/uni/hannover/studip/sync/views/About.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<RowConstraints minHeight="100.0" prefHeight="100.0" vgrow="NEVER" />
</rowConstraints>
<children>
<Label alignment="CENTER" text="Stud.IP FileSync&#10;&#10;Version: 0.4.0&#10;Release Date: 23.06.2015&#10;Revision: f6552184a9&#10;&#10;GitHub:&#10;https://github.com/rockihack/Stud.IP-FileSync&#10;&#10;Developer:&#10;Lennart Glauer &lt;[email protected]&gt;" textAlignment="CENTER" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.rowIndex="1">
<Label alignment="CENTER" text="Stud.IP FileSync&#10;&#10;Version: 0.5.0&#10;Release Date: 08.08.2015&#10;Revision: b85a657791&#10;&#10;GitHub:&#10;https://github.com/rockihack/Stud.IP-FileSync&#10;&#10;Developer:&#10;Lennart Glauer &lt;[email protected]&gt;" textAlignment="CENTER" GridPane.columnIndex="1" GridPane.halignment="CENTER" GridPane.rowIndex="1">
</Label>
<BorderPane GridPane.columnIndex="1" GridPane.rowIndex="3">
<center>
Expand Down

0 comments on commit 7134f4a

Please sign in to comment.