diff --git a/changelog.md b/changelog.md index 409839d..193ce0b 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-25 - 2.1.3 + ### Fixes - deduplicate dees-catalog in the admin UI bundle (web) diff --git a/deno.json b/deno.json index b99500a..a944d43 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/onebox", - "version": "2.1.2", + "version": "2.1.3", "exports": "./mod.ts", "tasks": { "test": "deno test --allow-all test/", diff --git a/package.json b/package.json index 7e8c216..eca95e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/onebox", - "version": "2.1.2", + "version": "2.1.3", "description": "Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers", "main": "mod.ts", "type": "module", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 73888ca..9c8b9c7 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/onebox', - version: '2.1.2', + version: '2.1.3', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 73888ca..9c8b9c7 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/onebox', - version: '2.1.2', + version: '2.1.3', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' }