From 95eac831c4e808bdcf11daae0292f42c68670cd0 Mon Sep 17 00:00:00 2001 From: pakkographic <41129374+pakkographic@users.noreply.github.com> Date: Sat, 11 Mar 2023 22:39:12 +0100 Subject: [PATCH] v1.2.2 release. https:://touchguild.com/updates/1.2.2 --- package.json | 2 +- pkgconfig.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2aefb78a..79c51ada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "touchguild", - "version": "1.2.1", + "version": "1.2.2", "description": "TouchGuild is a NodeJS library for interfacing with Guilded.", "main": "./dist/lib/index.js", "types": "./dist/lib/index.d.ts", diff --git a/pkgconfig.ts b/pkgconfig.ts index 4b66602e..b66533f0 100644 --- a/pkgconfig.ts +++ b/pkgconfig.ts @@ -2,7 +2,7 @@ import * as pkg from "./package.json"; import { GatewayVersion, GatewayURL } from "guildedapi-types.ts/v1"; export const config = { name: "TouchGuild", - branch: "Development build", + branch: "Stable build", version: pkg.version, NodeJSVersion: process.version, GuildedAPI: {