Skip to content

Commit

Permalink
162c
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Mar 3, 2022
1 parent 9e73f81 commit 03e794e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 16x

env:
EFFEKSEER_VERSION: 162b
EFFEKSEER_VERSION: 162c

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion Dev/Editor/EffekseerCore/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public override string ToString()

public class Core
{
public const string Version = "1.62b";
public const string Version = "1.62c";

public const string OptionFilePath = "config.option.xml";

Expand Down

0 comments on commit 03e794e

Please sign in to comment.