From 61728e6838518f207b50a2bbc9a19b4df89e3e26 Mon Sep 17 00:00:00 2001 From: kitt Date: Fri, 24 Mar 2023 19:30:04 -0400 Subject: [PATCH] bump version --- src/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constant.ts b/src/constant.ts index 71d4265..4e24f4d 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -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";