From 83ee88a524a264c167f0a06d7f79a5c7e3ffad67 Mon Sep 17 00:00:00 2001 From: Ossama Jouini Date: Thu, 16 Jan 2025 06:01:41 +0900 Subject: [PATCH] Version 1.3.1.0 --- README.md | 4 ++-- version.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f905b6..a05d527 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@
# Sample Addon -### Version 1.3.0.0 +### Version 1.3.1.0 -[](https://github.com/ConstructFund/construct-addon-wizard-scaffold/releases/download/sample_addon-1.3.0.0.c3addon/sample_addon-1.3.0.0.c3addon) +[](https://github.com/ConstructFund/construct-addon-wizard-scaffold/releases/download/sample_addon-1.3.1.0.c3addon/sample_addon-1.3.1.0.c3addon)
[See all releases](https://github.com/ConstructFund/construct-addon-wizard-scaffold/releases)
diff --git a/version.js b/version.js index 45df7db..32f594b 100644 --- a/version.js +++ b/version.js @@ -1 +1 @@ -export default "1.3.0.0"; \ No newline at end of file +export default "1.3.1.0"; \ No newline at end of file