Skip to content

Commit

Permalink
Changed the version number to v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FlatAssembler committed May 5, 2023
1 parent 29f70a2 commit 2d086c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://discord.com/channels/172018499005317120/172018499005317120/807727805080010804
cmake_minimum_required(VERSION 3.10)
project(AECForWebAssembly VERSION 2.5.1)
project(AECForWebAssembly VERSION 2.5.3)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED true)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aecforwebassembly",
"version": "2.5.1",
"version": "2.5.3",
"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 2d086c6

Please sign in to comment.