JeecgBoot 3.6.1版本发布——ONLINE专题版本

pull/975/head
zhangdaiscott 2023-12-07 12:00:34 +08:00
parent 08f4c122db
commit 06a13a9acd
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
JEECG BOOT 低代码开发平台Vue3前端 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) [![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/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/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 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) [![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/jeecg-boot.svg?style=social&label=Fork)](https://github.com/zhangdaiscott/jeecg-boot)

View File

@ -1,10 +1,10 @@
{ {
"name": "jeecgboot-vue3", "name": "jeecgboot-vue3",
"version": "3.6.0", "version": "3.6.1",
"author": { "author": {
"name": "jeecg", "name": "北京国炬信息技术有限公司",
"email": "jeecgos@163.com", "email": "jeecgos@163.com",
"url": "https://github.com/jeecgboot/jeecgboot-vue3" "url": "http://guojusoft.com"
}, },
"scripts": { "scripts": {
"pinstall": "pnpm install", "pinstall": "pnpm install",
@ -166,7 +166,7 @@
"bugs": { "bugs": {
"url": "https://github.com/jeecgboot/jeecgboot-vue3/issues" "url": "https://github.com/jeecgboot/jeecgboot-vue3/issues"
}, },
"homepage": "https://github.com/jeecgboot/jeecgboot-vue3", "homepage": "https://www.jeecg.com",
"engines": { "engines": {
"node": "^12 || >=14" "node": "^12 || >=14"
} }