From 9f16ea7bca35c8f1e6d6dd8744e97a4324ae6697 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 26 Mar 2024 14:18:20 +0800 Subject: [PATCH] fix:appstore can not install app without port --- appstore.json | 2 +- changelog_latest.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appstore.json b/appstore.json index 2ef154b00..84b8c27e2 100644 --- a/appstore.json +++ b/appstore.json @@ -3,7 +3,7 @@ "Repository": "https://github.com/Websoft9/plugin-appstore", "Update URI": "https://example.com/my-plugin/", "Description": "200 application template for you installation.", - "Version": "0.1.4-rc1", + "Version": "0.1.5", "Requires at most": "0.8.20", "Requires at least": "0.0.2", "Author": "Websoft9 Inc", diff --git a/changelog_latest.md b/changelog_latest.md index 606bde14d..90a65db34 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1 +1 @@ -1. fix W9_URL replace method +1. fix app without port