bump version

main 1.1.1
Rosalina 2023-03-24 19:30:04 -04:00
parent f66bba53d4
commit 61728e6838
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
export const AGENT_NAME = "splashcat / s3si.ts";
export const AGENT_VERSION = "1.1.0";
export const AGENT_VERSION = "1.1.1";
export const S3SI_VERSION = "0.3.2";
export const COMBINED_VERSION = `${AGENT_VERSION}/${S3SI_VERSION}`;
export const NSOAPP_VERSION = "2.5.0";