From 4ee30e64d6f2698c3643026472d4f93c1df2dce7 Mon Sep 17 00:00:00 2001 From: Tobias Kohn Date: Mon, 25 May 2020 10:53:18 +0200 Subject: [PATCH] Updated build for ea+3. --- CHANGELOG.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58aa3a9..8e5f95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -### 3.0 Early Access Preview 3 (May 2020) +### 3.0 Early Access Preview 3 (25 May 2020) Implemented: - Plugins can listen to various events for recording user action; diff --git a/build.sbt b/build.sbt index fcc41b4..dc075d3 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ val buildDate = "%d %s %d".format( val buildTag = "-SNAPSHOT" -val buildVersion = "0003-ALPHA" +val buildVersion = "ea+03" // This is needed to run/test the project without having to restart SBT afterwards fork in run := true