Skip to content

Commit acdbe1b

Browse files
committed
v1.1.0-alpha.1
1 parent bdc759f commit acdbe1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/magda-embedding-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: magda-embedding-api
33
description: An OpenAI embeddings API compatible microservice for Magda.
4-
version: "1.1.0-alpha.0"
4+
version: "1.1.0-alpha.1"
55
kubeVersion: ">= 1.21.0"
66
home: "https://github.com/magda-io/magda-embedding-api"
77
sources: [ "https://github.com/magda-io/magda-embedding-api" ]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magda-embedding-api",
33
"type": "module",
4-
"version": "1.1.0-alpha.0",
4+
"version": "1.1.0-alpha.1",
55
"description": "An OpenAI embeddings API compatible microservice for Magda.",
66
"main": "app.ts",
77
"directories": {

0 commit comments

Comments
 (0)