Skip to content

Commit

Permalink
Link update
Browse files Browse the repository at this point in the history
  • Loading branch information
jesus-nuco committed Dec 15, 2020
1 parent e891703 commit a2f9da8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Aion Desktop Wallet is a local application that allows you to create an Aion

## Installation

Installation instructions and user guides can be found on the [Aion Docs website](https://docs.aion.network/docs/aion-desktop-wallet).
Installation instructions and user guides can be found on the [Aion Docs website](https://docs-aion.theoan.com/docs/aion-desktop-wallet).

### Requirements

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<os family="mac"/>
</condition>

<property name="exec.version" value="v1.2.3"/>
<property name="exec.version" value="v1.2.4"/>
<property name="parent.mod" value="../mod"/>
<property name="project.name" value="aion_ui"/>
<property name="dir.lib" value="./lib"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
fx:controller="org.aion.wallet.ui.components.partials.AboutPage"
prefWidth="150.0">

<Label AnchorPane.topAnchor="20" styleClass="version-style" text="AION Desktop Wallet v1.2.3"/>
<Label AnchorPane.topAnchor="20" styleClass="version-style" text="AION Desktop Wallet v1.2.4"/>
</AnchorPane>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Image url="@../icons/aion-icon.png"/>
</ImageView>
<Label styleClass="main-text" text="AION Wallet"/>
<Label styleClass="paragraph-text" text="Current version: 1.2.3"/>
<Label styleClass="paragraph-text" text="Current version: 1.2.4"/>
</VBox>
<Label AnchorPane.bottomAnchor="0" AnchorPane.rightAnchor="80" styleClass="paragraph-text" text="Powered by"/>
<ImageView AnchorPane.bottomAnchor="6" AnchorPane.rightAnchor="0" styleClass="link" onMouseClicked="#openDevPage"
Expand Down

0 comments on commit a2f9da8

Please sign in to comment.