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: {