Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RalphORama committed Dec 24, 2023
1 parent a493ae0 commit 0c590b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:lts-alpine

LABEL org.opencontainers.image.title="LinkFix for Discord" \
org.opencontainers.image.version="1.4.1" \
org.opencontainers.image.version="1.5.0" \
org.opencontainers.image.description="LinkFix for Discord replies to messages containing URLS that don't embed properly (x.com, twitter.com, YouTube Shorts) with URLS that do (fxtwitter.com, youtu.be)." \
org.opencontainers.image.authors="Lily Skye <me@suchipi.com>, Ralph <ralph@podaboutli.st>" \
org.opencontainers.image.url="https://github.com/podaboutlist/linkfix-for-discord" \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linkfix-for-discord",
"displayName": "LinkFix for Discord",
"description": "LinkFix is a Discord bot that replies to messages containing annoying links (Twitter, YouTube Shorts) with better ones (fxtwitter, youtu.be)",
"version": "1.4.1",
"version": "1.5.0",
"keywords": [
"discord",
"discord.js",
Expand Down
2 changes: 1 addition & 1 deletion src/util/AppCommandsCLI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const deleteCommands: (args: {
.description(
"CLI tool for updating Discord application commands\n\nNOTE: When running via NPM package script, pass '--' before any arguments.\nExample: npm run appcmd-cli -- --help",
)
.version("1.4.1");
.version("1.5.0");

program
.command("sync")
Expand Down

0 comments on commit 0c590b0

Please sign in to comment.