Skip to content

Commit

Permalink
Changed the version number to v2.5.0...
Browse files Browse the repository at this point in the history
  • Loading branch information
FlatAssembler committed Feb 16, 2023
1 parent 1254c50 commit 4ac6e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
# https://discord.com/channels/172018499005317120/172018499005317120/807727805080010804
cmake_minimum_required(VERSION 3.10)
project(AECForWebAssembly VERSION 2.4.1)
project(AECForWebAssembly VERSION 2.5.0)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED true)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aecforwebassembly",
"version": "2.4.1",
"version": "2.5.0",
"description": "A port of ArithmeticExpressionCompiler to WebAssembly, so that the programs written in the language can run in a browser.",
"keywords": ["programming language", "WebAssembly"],
"homepage": "https://flatassembler.github.io/AEC_specification",
Expand Down

0 comments on commit 4ac6e47

Please sign in to comment.