diff --git a/cli/package.json b/cli/package.json index 143c155..27dd17b 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ailly/cli", - "version": "1.2.6-rc3", + "version": "1.2.6", "description": "", "type": "module", "main": "index.js", @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/DavidSouther/ailly#readme", "dependencies": { - "@ailly/core": "1.2.6-rc3", + "@ailly/core": "1.2.6", "@davidsouther/jiffies": "^2.1.4", "yaml": "^2.4.1" } diff --git a/core/package.json b/core/package.json index d57d430..f4066a4 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ailly/core", - "version": "1.2.6-rc3", + "version": "1.2.6", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/package-lock.json b/package-lock.json index db5d39f..d585c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,10 +14,10 @@ }, "cli": { "name": "@ailly/cli", - "version": "1.2.6-rc3", + "version": "1.2.6", "license": "ISC", "dependencies": { - "@ailly/core": "1.2.6-rc3", + "@ailly/core": "1.2.6", "@davidsouther/jiffies": "^2.1.4", "yaml": "^2.4.1" }, @@ -30,7 +30,7 @@ }, "core": { "name": "@ailly/core", - "version": "1.2.6-rc3", + "version": "1.2.6", "license": "ISC", "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.427.0",