From 92fdeb349c0c7eab9dfaf152047f22dec2fa102d Mon Sep 17 00:00:00 2001 From: durswd Date: Wed, 24 May 2023 13:34:31 +0900 Subject: [PATCH] 1.70e --- .github/workflows/build.yml | 2 +- Dev/Editor/EffekseerCore/Core.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a94be27ce..603df88054 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ on: - 17x env: - EFFEKSEER_VERSION: 170b + EFFEKSEER_VERSION: 170e jobs: tests: diff --git a/Dev/Editor/EffekseerCore/Core.cs b/Dev/Editor/EffekseerCore/Core.cs index aebffddb72..b566312883 100644 --- a/Dev/Editor/EffekseerCore/Core.cs +++ b/Dev/Editor/EffekseerCore/Core.cs @@ -187,7 +187,7 @@ public override string ToString() public class Core { - public const string Version = "1.70b"; + public const string Version = "1.70e"; public const string OptionFilePath = "config.option.xml";