Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mps01k committed Apr 9, 2018
1 parent 1657b51 commit b63d386
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions installers/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright (c) 2014-2018, The X Project

This is a *Inno Setup* script `Superior.iss` plus some related files
that allows you to build a standalone Windows installer (.exe) for
the GUI wallet that comes with the Lithium Luna release of Superior.
the GUI wallet that comes with the Kryptonia Fast release of Superior.

This turns the GUI wallet into a more or less standard Windows program,
by default installed into a subdirectory of `C:\Program Files`, a
Expand All @@ -18,7 +18,7 @@ Superior.
As the setup script in file [Superior.iss](Superior.iss) has to list every
single file of the GUI wallet package to install by name,
this version of the script only works with exactly the GUI wallet
for Superior release *Lithium Luna* that you find on
for Superior release *Kryptonia Fast* that you find on
[the official download page](https://getsuperior.org/downloads/).

But of course it will be easy to modify the script for future
Expand All @@ -32,7 +32,7 @@ See [LICENSE](LICENSE).

You can only build on Windows, and the result is always a
Windows .exe file that can act as a standalone installer for the
Lithium Luna GUI wallet.
Kryptonia Fast GUI wallet.

The build steps in detail:

Expand Down
6 changes: 3 additions & 3 deletions installers/windows/ReadMe.htm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<html>
<head>
<title>Superior Lithium Luna GUI Wallet</title>
<title>Superior Kryptonia Fast GUI Wallet</title>
</head>

<body style="font-family: Arial, Helvetica, sans-serif">
<h1>Superior Lithium Luna GUI Wallet</h1>
<h1>Superior Kryptonia Fast GUI Wallet</h1>

<p>Copyright (c) 2014-2018, The X Project<br>
Date: March 18, 2018</p>
Expand All @@ -23,7 +23,7 @@ <h2>Preface</h2>

<h2>Content of the Package</h2>

<p>You just installed the <i>Superior GUI wallet</i> for Windows, release Lithium Luna, more exact version 0.12.0.0.
<p>You just installed the <i>Superior GUI wallet</i> for Windows, release Kryptonia Fast, more exact version 0.12.0.0.
The wallet enables you to send and receive Superiorj in a secure and very private way.
</p>

Expand Down
2 changes: 1 addition & 1 deletion installers/windows/Superior.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Superior Lithium Luna GUI Wallet Installer for Windows
; Superior Kryptonia Fast GUI Wallet Installer for Windows
; Copyright (c) 2014-2018, The X Project
; See LICENSE

Expand Down
4 changes: 2 additions & 2 deletions version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
var GUI_VERSION = ""
var GUI_SUPERIOR_VERSION = "v0.10.3.1-1878-g5cd36e48"
var GUI_VERSION = "v.0.12.0.0"
var GUI_SUPERIOR_VERSION = "v0.12.0.0"

0 comments on commit b63d386

Please sign in to comment.