From 3fc2fd53cfd430b1683e5f6ed69de88c8f1a830b Mon Sep 17 00:00:00 2001 From: "Andreas C. Osowski" Date: Tue, 24 Oct 2017 14:29:48 +0200 Subject: [PATCH] Bump version to 1.4.1.1 --- changelog.txt | 4 ++++ pom.xml | 2 +- src/main/java/com/iota/iri/IRI.java | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 0d61ca5ce9..3641853e71 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +1.4.1.1 + - Fixes CORS issue introduced with last release + - attachToTangle no longer overwrites tag field unconditionally + 1.4.1 - Updated IXI - Updated Snapshot & Milestone diff --git a/pom.xml b/pom.xml index ac02d56be4..04eba6f128 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.iota iri - 1.4.1 + 1.4.1.1 IRI IOTA Reference Implementation diff --git a/src/main/java/com/iota/iri/IRI.java b/src/main/java/com/iota/iri/IRI.java index ca2adcf0c7..c81cd0a00e 100644 --- a/src/main/java/com/iota/iri/IRI.java +++ b/src/main/java/com/iota/iri/IRI.java @@ -40,7 +40,7 @@ public class IRI { public static final String MAINNET_NAME = "IRI"; public static final String TESTNET_NAME = "IRI Testnet"; - public static final String VERSION = "1.4.1"; + public static final String VERSION = "1.4.1.1"; public static Iota iota; public static API api; public static IXI ixi;