mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-24 12:46:45 +00:00
v1.5.0 final
This commit is contained in:
parent
6bbae204a6
commit
b2657cdcfb
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ sudo apt install -y rpm fakeroot binutils
|
||||||
|
|
||||||
The project can cloned for a specific release tag as follows:
|
The project can cloned for a specific release tag as follows:
|
||||||
```shell
|
```shell
|
||||||
GIT_TAG="1.5.0-beta1"
|
GIT_TAG="1.5.0"
|
||||||
git clone --recursive --branch "${GIT_TAG}" git@github.com:sparrowwallet/sparrow.git
|
git clone --recursive --branch "${GIT_TAG}" git@github.com:sparrowwallet/sparrow.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ public class MainApp extends Application {
|
||||||
public static final String APP_ID = "com.sparrowwallet.sparrow";
|
public static final String APP_ID = "com.sparrowwallet.sparrow";
|
||||||
public static final String APP_NAME = "Sparrow";
|
public static final String APP_NAME = "Sparrow";
|
||||||
public static final String APP_VERSION = "1.5.0";
|
public static final String APP_VERSION = "1.5.0";
|
||||||
public static final String APP_VERSION_SUFFIX = "-beta1";
|
public static final String APP_VERSION_SUFFIX = "";
|
||||||
public static final String APP_HOME_PROPERTY = "sparrow.home";
|
public static final String APP_HOME_PROPERTY = "sparrow.home";
|
||||||
public static final String NETWORK_ENV_PROPERTY = "SPARROW_NETWORK";
|
public static final String NETWORK_ENV_PROPERTY = "SPARROW_NETWORK";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue