Skip to content

Commit

Permalink
set version to 0.2-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
pm47 committed Apr 25, 2017
1 parent 8d9ed6d commit 598c7a9
Show file tree
Hide file tree
Showing 5 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 @@ -25,7 +25,7 @@ Please see the latest [release note](https://github.com/ACINQ/eclair/releases) f

## Installation

:warning: **Those are valid for the most up-to-date, unreleased, version of eclair. Here are the [instructions for Eclair 0.2-alpha2](https://github.com/ACINQ/eclair/blob/v0.2-alpha2/README.md#installation)**.
:warning: **Those are valid for the most up-to-date, unreleased, version of eclair. Here are the [instructions for Eclair 0.2-alpha3](https://github.com/ACINQ/eclair/blob/v0.2-alpha3/README.md#installation)**.

### Configuring Bitcoin Core

Expand Down
4 changes: 2 additions & 2 deletions eclair-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.11</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2-alpha3</version>
</parent>

<artifactId>eclair-node_2.11</artifactId>
Expand Down Expand Up @@ -105,7 +105,7 @@
<configuration>
<vendor>ACINQ</vendor>
<needShortcut>true</needShortcut>
<appName>Eclair (Alpha 2)</appName>
<appName>Eclair (Alpha 3)</appName>
<nativeReleaseVersion>0.2.0</nativeReleaseVersion>
<mainClass>fr.acinq.eclair.Boot</mainClass>
<verbose>false</verbose>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair_2.11</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2-alpha3</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 598c7a9

Please sign in to comment.