From 24df8d70d286c27d8e90cda71aff159b0d138b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teo=20Samar=C5=BEija?= Date: Mon, 16 Sep 2024 14:11:39 +0200 Subject: [PATCH] Prepared for a new release. --- CMakeLists.txt | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50cf5bf..ec0ab3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/package.json b/package.json index a7fad51..d357d6b 100644 --- a/package.json +++ b/package.json @@ -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",