From bf13107ccc174fbe66075993d6b122e8b93815d7 Mon Sep 17 00:00:00 2001 From: pakkographic Date: Fri, 6 Sep 2024 21:48:06 +0200 Subject: [PATCH] =?UTF-8?q?v1.4.0=20=E2=80=93=20Major=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 ++++++++-- pkgconfig.ts | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 60722d4..cd70ae3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "touchguild", - "version": "1.3.0", + "version": "1.4.0", "description": "TouchGuild, a NodeJS library for interfacing with Guilded.", "main": "./dist/lib/index.js", "types": "./dist/lib/index.d.ts", @@ -31,7 +31,13 @@ "guilded", "library", "guilded-api", - "api" + "api", + "product", + "apps", + "app", + "application", + "build", + "create" ], "author": "DinographicPixels", "contributors": [ diff --git a/pkgconfig.ts b/pkgconfig.ts index a367f73..f81d7c4 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: {