Skip to content

Commit

Permalink
dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkographic committed Sep 14, 2024
1 parent 026fc48 commit 1092a9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "touchguild",
"version": "1.4.0",
"version": "1.4.1",
"description": "TouchGuild, a NodeJS library for interfacing with Guilded.",
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,11 @@
"app",
"application",
"build",
"create"
"create",
"product",
"interactive",
"content",
"interaction"
],
"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: "Stable build",
branch: "Development build",
version: pkg.version,
NodeJSVersion: process.version,
GuildedAPI: {
Expand Down

0 comments on commit 1092a9b

Please sign in to comment.