From b7db175a5874aee8d6b675d61b5ac2000953ff12 Mon Sep 17 00:00:00 2001 From: Alex Butler Date: Mon, 20 Aug 2018 10:39:13 +0100 Subject: [PATCH] Use apart-core 0.3.6 --- apart-core | 2 +- build-dist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apart-core b/apart-core index 0f80d58..7fed2f2 160000 --- a/apart-core +++ b/apart-core @@ -1 +1 @@ -Subproject commit 0f80d58f3532f084f89bdb5fbd3e3ecc3406f71d +Subproject commit 7fed2f2c3b4dbac9b617766616b17a0bb7f397b8 diff --git a/build-dist b/build-dist index f32e6c1..79dd17b 100755 --- a/build-dist +++ b/build-dist @@ -11,8 +11,8 @@ while test $# -gt 0; do esac done -APART_CORE_VERSION="0.3.5" -APART_CORE_SHA256='2cfa78ec5a656e89894333a3ece563b5b29a40aed8e7504a048817935c9491cf' +APART_CORE_VERSION="0.3.6" +APART_CORE_SHA256='614d40cecceef832aa38e33a80ff96a0723449e359a7529bd9e863a4d01aed57' DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd "$DIR"