From 06a13a9acd0b63fa6bdea600a02db0bd61fff0e7 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 7 Dec 2023 12:00:34 +0800 Subject: [PATCH] =?UTF-8?q?JeecgBoot=203.6.1=E7=89=88=E6=9C=AC=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E2=80=94=E2=80=94ONLINE=E4=B8=93=E9=A2=98=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c8610e1..dcceb0a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ JEECG BOOT 低代码开发平台(Vue3前端) =============== -当前最新版本: 3.6.0(发布时间:2023-10-23) +当前最新版本: 3.6.1(发布时间:2023-12-11) [![AUR](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE) [![](https://img.shields.io/badge/Author-北京国炬软件-orange.svg)](http://jeecg.com/aboutusIndex) [![](https://img.shields.io/badge/Blog-官方博客-blue.svg)](https://jeecg.blog.csdn.net) -[![](https://img.shields.io/badge/version-3.6.0-brightgreen.svg)](https://github.com/zhangdaiscott/jeecg-boot) +[![](https://img.shields.io/badge/version-3.6.1-brightgreen.svg)](https://github.com/zhangdaiscott/jeecg-boot) [![GitHub stars](https://img.shields.io/github/stars/zhangdaiscott/jeecg-boot.svg?style=social&label=Stars)](https://github.com/zhangdaiscott/jeecg-boot) [![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/jeecg-boot.svg?style=social&label=Fork)](https://github.com/zhangdaiscott/jeecg-boot) diff --git a/package.json b/package.json index c8b1078..8deb070 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "jeecgboot-vue3", - "version": "3.6.0", + "version": "3.6.1", "author": { - "name": "jeecg", + "name": "北京国炬信息技术有限公司", "email": "jeecgos@163.com", - "url": "https://github.com/jeecgboot/jeecgboot-vue3" + "url": "http://guojusoft.com" }, "scripts": { "pinstall": "pnpm install", @@ -166,7 +166,7 @@ "bugs": { "url": "https://github.com/jeecgboot/jeecgboot-vue3/issues" }, - "homepage": "https://github.com/jeecgboot/jeecgboot-vue3", + "homepage": "https://www.jeecg.com", "engines": { "node": "^12 || >=14" }