Skip to content

Commit 4993a96

Browse files
authored
release 0.3.1 (#113)
1 parent 00246d7 commit 4993a96

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

common.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'java'
66
apply plugin: 'maven'
77

88
String mavenGroupId = 'org.cirdles'
9-
String mavenVersion = '0.3.0'
9+
String mavenVersion = '0.3.1'
1010

1111

1212
sourceCompatibility = '1.8'

squidApp/src/main/resources/org/cirdles/squid/gui/AboutSquid.fxml

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<?import javafx.scene.image.ImageView?>
2727
<?import javafx.scene.layout.Pane?>
2828

29-
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="450.0" styleClass="main-Pain" stylesheets="@css/about.css" xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml" fx:controller="org.cirdles.squid.gui.AboutSquidController">
29+
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="450.0" styleClass="main-Pain" stylesheets="@css/about.css" xmlns="http://javafx.com/javafx/9" xmlns:fx="http://javafx.com/fxml/1" fx:controller="org.cirdles.squid.gui.AboutSquidController">
3030
<children>
31-
<Label fx:id="versionText" alignment="CENTER" contentDisplay="CENTER" graphicTextGap="0.0" layoutX="96.0" layoutY="237.0" prefHeight="45.0" prefWidth="258.0" stylesheets="@css/about.css" text="Squid V 0.0.1" textAlignment="CENTER">
31+
<Label fx:id="versionText" alignment="CENTER" contentDisplay="CENTER" graphicTextGap="0.0" layoutX="96.0" layoutY="217.0" prefHeight="45.0" prefWidth="258.0" stylesheets="@css/about.css" text="Squid V 0.0.1" textAlignment="CENTER">
3232
<styleClass>
3333
<String fx:value="project-Title" />
3434
<String fx:value="main-Text-Color" />
@@ -46,13 +46,13 @@
4646
<Image url="@images/githubBluesqueLogo.png" />
4747
</image>
4848
</ImageView>
49-
<Label fx:id="aboutDetailsLabel" alignment="TOP_CENTER" contentDisplay="TOP" layoutX="29.0" layoutY="320.0" prefHeight="121.0" prefWidth="392.0" styleClass="description-Text" stylesheets="@css/about.css" text="Developed by the CIRDLES team at the College of Charleston." textAlignment="JUSTIFY" wrapText="true" />
50-
<Label fx:id="buildDate" alignment="CENTER" contentDisplay="CENTER" graphicTextGap="0.0" layoutX="46.0" layoutY="292.0" prefHeight="17.0" prefWidth="358.0" styleClass="main-Text-Color" text="Build Date: mm/dd/yyyy" textAlignment="CENTER" />
51-
<ImageView fitHeight="300.0" fitWidth="400.0" layoutX="75.0" layoutY="-32.0" pickOnBounds="true" preserveRatio="true" styleClass="logo">
49+
<Label fx:id="aboutDetailsLabel" alignment="TOP_CENTER" contentDisplay="TOP" layoutX="29.0" layoutY="287.0" prefHeight="121.0" prefWidth="392.0" styleClass="description-Text" stylesheets="@css/about.css" text="Developed by the CIRDLES team at the College of Charleston." textAlignment="JUSTIFY" wrapText="true" />
50+
<Label fx:id="buildDate" alignment="CENTER" contentDisplay="CENTER" graphicTextGap="0.0" layoutX="46.0" layoutY="262.0" prefHeight="17.0" prefWidth="358.0" styleClass="main-Text-Color" text="Build Date: mm/dd/yyyy" textAlignment="CENTER" />
51+
<ImageView fitHeight="300.0" fitWidth="400.0" layoutX="75.0" layoutY="-41.0" pickOnBounds="true" preserveRatio="true" styleClass="logo">
5252
<image>
5353
<Image url="@images/SquidLogoSansBg.png" />
5454
</image>
5555
</ImageView>
56-
<Label fx:id="contributorsLabel" layoutX="31.0" layoutY="441.0" prefHeight="45.0" prefWidth="392.0" styleClass="description-Text" stylesheets="@css/about.css" text="Contributors" wrapText="true" />
56+
<Label fx:id="contributorsLabel" layoutX="31.0" layoutY="411.0" prefHeight="75.0" prefWidth="392.0" styleClass="description-Text" stylesheets="@css/about.css" text="Contributors" wrapText="true" />
5757
</children>
5858
</Pane>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Contributors: Jim Bowring, Simon Bodorkos, John Zeringue, Casey Wilson, Ryan Barrett, Maël Gaonach
1+
Contributors: Jim Bowring, Simon Bodorkos, John Zeringue, Casey Wilson, Ryan Barrett, Maël Gaonach, Nicole Rayner

0 commit comments

Comments
 (0)