Skip to content

Commit

Permalink
set version to 0.2-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
pm47 committed Apr 7, 2017
1 parent e848512 commit 1e792f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This software follows the [Lightning Network Specifications (BOLTs)](https://git
---

## Lightning Network Specification Compliance
[Eclair 0.2-alpha1](https://github.com/ACINQ/eclair/releases/tag/v0.2-alpha1) is compliant with the BOLTs at commit [06a5e6cbdbb4c6f8b8dab444de497cdb9c7d7f02](https://github.com/lightningnetwork/lightning-rfc/commit/06a5e6cbdbb4c6f8b8dab444de497cdb9c7d7f02), with the following caveats:
[Eclair 0.2-alpha2](https://github.com/ACINQ/eclair/releases/tag/v0.2-alpha2) is compliant with the BOLTs at commit [f048a2c298448eca7520ccf1d7d61b1860e319b7](https://github.com/lightningnetwork/lightning-rfc/commit/f048a2c298448eca7520ccf1d7d61b1860e319b7), with the following caveats:

- [X] BOLT 1: Base Protocol
- [X] BOLT 2: Peer Protocol for Channel Management
Expand All @@ -35,7 +35,7 @@ This software follows the [Lightning Network Specifications (BOLTs)](https://git

## Installation

:warning: **Those are valid for the most up-to-date, unreleased, version of eclair. Here are the [instructions for Eclair 0.2-alpha1](https://github.com/ACINQ/eclair/blob/v0.2-alpha1/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-alpha2](https://github.com/ACINQ/eclair/blob/v0.2-alpha2/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-alpha2</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 1)</appName>
<appName>Eclair (Alpha 2)</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-alpha2</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 1e792f6

Please sign in to comment.