diff --git a/cli/package.json b/cli/package.json index 4e56240..b0842bd 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ailly/cli", - "version": "1.2.5-rc4", + "version": "1.2.5", "description": "", "type": "module", "main": "index.js", @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/DavidSouther/ailly#readme", "dependencies": { - "@ailly/core": "1.2.5-rc4", + "@ailly/core": "1.2.5", "@davidsouther/jiffies": "^2.1.4" } } diff --git a/core/package.json b/core/package.json index 042cb17..bff602d 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ailly/core", - "version": "1.2.5-rc4", + "version": "1.2.5", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/package-lock.json b/package-lock.json index 5600ea5..7c392f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,10 +14,10 @@ }, "cli": { "name": "@ailly/cli", - "version": "1.2.5-rc4", + "version": "1.2.5", "license": "ISC", "dependencies": { - "@ailly/core": "1.2.5-rc4", + "@ailly/core": "1.2.5", "@davidsouther/jiffies": "^2.1.4" }, "bin": { @@ -29,7 +29,7 @@ }, "core": { "name": "@ailly/core", - "version": "1.2.5-rc4", + "version": "1.2.5", "license": "ISC", "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.427.0",