Skip to content

Commit

Permalink
Prepared for a new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlatAssembler committed Sep 16, 2024
1 parent aa549bd commit 24df8d7
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.9.2)
project(AECForWebAssembly VERSION 3.0.0)

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.6.0",
"version": "3.0.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 24df8d7

Please sign in to comment.