Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RalphORama committed Jun 13, 2024
1 parent 09b79d7 commit 00925aa
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.7.1" \
org.opencontainers.image.version="1.8.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 <[email protected]>, Ralph <[email protected]>" \
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.7.1",
"version": "1.8.0",
"private": true,
"keywords": [
"discord",
Expand Down
2 changes: 1 addition & 1 deletion src/util/AppCommandsCLI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,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.7.1");
.version("1.8.0");

program
.command("sync")
Expand Down

0 comments on commit 00925aa

Please sign in to comment.