Skip to content

Commit

Permalink
v1.4.0 – Major release
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkographic committed Sep 6, 2024
1 parent e2c6cf9 commit bf13107
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -31,7 +31,13 @@
"guilded",
"library",
"guilded-api",
"api"
"api",
"product",
"apps",
"app",
"application",
"build",
"create"
],
"author": "DinographicPixels",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit bf13107

Please sign in to comment.