File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- VITE_APP_VERSION = 2.1.0
2- VITE_APP_BUILD_NUMBER = 17
3- VITE_APP_RELEASE_DATE = 2025-11-20
1+ VITE_APP_VERSION = 2.1.1
2+ VITE_APP_BUILD_NUMBER = 18
3+ VITE_APP_RELEASE_DATE = 2025-11-24
Original file line number Diff line number Diff line change 77** 一个轻量级的桌面数据查询工具,使用 SQL 直接查询本地文件,内置查询引擎**
88
99[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
10- [ ![ Version] ( https://img.shields.io/badge/version-2.1.0 -blue.svg )] ( https://github.com/shencangsheng/easydb_app )
10+ [ ![ Version] ( https://img.shields.io/badge/version-2.1.1 -blue.svg )] ( https://github.com/shencangsheng/easydb_app )
1111[ ![ Platform] ( https://img.shields.io/badge/platform-macOS%20%7C%20Windows-lightgrey.svg )] ( https://github.com/shencangsheng/easydb_app )
1212
1313[ English] ( README_EN.md ) | [ 中文] ( README.md )
Original file line number Diff line number Diff line change 77** A lightweight desktop data query tool that uses SQL to query local files directly with built-in query engine**
88
99[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
10- [ ![ Version] ( https://img.shields.io/badge/version-2.1.0 -blue.svg )] ( https://github.com/shencangsheng/easydb_app )
10+ [ ![ Version] ( https://img.shields.io/badge/version-2.1.1 -blue.svg )] ( https://github.com/shencangsheng/easydb_app )
1111[ ![ Platform] ( https://img.shields.io/badge/platform-macOS%20%7C%20Windows-lightgrey.svg )] ( https://github.com/shencangsheng/easydb_app )
1212
1313[ English] ( README_EN.md ) | [ 中文] ( README.md )
Original file line number Diff line number Diff line change 11{
22 "name" : " easydb-frontend" ,
33 "private" : true ,
4- "version" : " 2.1.0 " ,
4+ "version" : " 2.1.1 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " easydb_app"
3- version = " 2.1.0 "
3+ version = " 2.1.1 "
44description = " EasyDB APP"
55authors = [" shencangsheng" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://schema.tauri.app/config/2" ,
33 "productName" : " EasyDB" ,
4- "version" : " 2.1.0 " ,
4+ "version" : " 2.1.1 " ,
55 "identifier" : " com.easydb.app" ,
66 "build" : {
77 "frontendDist" : " ../dist" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.1.0 " ,
3- "buildNumber" : " 17 " ,
4- "releaseDate" : " 2025-11-20 " ,
2+ "version" : " 2.1.1 " ,
3+ "buildNumber" : " 18 " ,
4+ "releaseDate" : " 2025-11-24 " ,
55 "description" : " EasyDB - 数据库管理工具" ,
66 "author" : " shencangsheng" ,
77 "repository" : " https://github.com/shencangsheng/easydb_app" ,
You can’t perform that action at this time.
0 commit comments