bump version to 1.3.0

This commit is contained in:
cita-777
2026-04-06 15:19:18 +08:00
parent 42f9049aff
commit 566501be1f
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ name: metapi
description: Minimal metapi chart for digest-aware k3s update-center setups
type: application
version: 0.1.0
appVersion: "1.2.3"
appVersion: "1.3.0"
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "metapi",
"version": "1.2.3",
"version": "1.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "metapi",
"version": "1.2.3",
"version": "1.3.0",
"license": "MIT",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "metapi",
"version": "1.2.3",
"version": "1.3.0",
"description": "Meta-layer management and unified proxy for AI API aggregation platforms",
"main": "dist/desktop/main.js",
"keywords": [
+1 -1
View File
@@ -6,7 +6,7 @@ import { tr } from '../i18n.js';
import { SITE_DOCS_URL } from '../docsLink.js';
import { buildUpdateReminder } from './helpers/updateCenterPresentation.js';
const VERSION = '1.2.3';
const VERSION = '1.3.0';
const FEATURES = [
{ icon: '🌐', title: '统一代理网关', desc: '一个 Key、一个入口,兼容 OpenAI / Claude 下游格式' },