Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 3ce3252

Browse files
v4.2.1: optimized images
1 parent 03b5403 commit 3ce3252

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Among-Us-Dumpy-Gif-Maker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Based off of: https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html
33

44
_pkgname="among-us-dumpy-gif-maker"
5-
_pkgver="4.2.0"
5+
_pkgver="4.2.1"
66
_jar="Among-Us-Dumpy-Gif-Maker-${_pkgver}-all.jar"
77

88
pkgname="${_pkgname}"

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Based off of: https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html
33

44
_pkgname="among-us-dumpy-gif-maker"
5-
_pkgver="4.2.0"
5+
_pkgver="4.2.1"
66
_jar="Among-Us-Dumpy-Gif-Maker-${_pkgver}-all.jar"
77

88
pkgname="${_pkgname}"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<p align="center">
2727
<a rel="me" href="https://voring.me/@thatonecalculator"><img src="https://shields.io/mastodon/follow/106683823610478858?domain=https%3A%2F%2Fvoring.me%2F&logo=mastodon&style=for-the-badge&color=3088D4" alt="voring.me (mastodon)"/></a>
2828
<a href="https://twitter.com/pixer415" target="blank"><img src="https://img.shields.io/twitter/follow/pixer415?logo=twitter&style=for-the-badge&color=1DA1F2" alt="that1calculator"/></a>
29-
<h6 align="center"> With help from <a href="https://twitter.com/twistCMYK">twistCMYK</a>, <a href="https://twitter.com/CocotheMunchkin">Coco</a>, <a href="https://twitter.com/AdvosArt">Advos</a>, karl-police, and auguwu!<br><br>v4.2.0</h6>
29+
<h6 align="center"> With help from <a href="https://twitter.com/twistCMYK">twistCMYK</a>, <a href="https://twitter.com/CocotheMunchkin">Coco</a>, <a href="https://twitter.com/AdvosArt">Advos</a>, karl-police, and auguwu!<br><br>v4.2.1</h6>
3030
<div align="center"> <img src="https://cdn.discordapp.com/icons/849516341933506561/a_d4c89d8bd30a116e8ea3808478f73387.gif" height=100></div>
3131
</p>
3232

@@ -68,13 +68,13 @@ Bots: <a href="https://python.org"><img src="https://upload.wikimedia.org/wikipe
6868

6969
To everyone else:
7070

71-
### Make sure to [download the jar](https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v4.2.0/Among-Us-Dumpy-Gif-Maker-4.2.0-all.jar)!
71+
### Make sure to [download the jar](https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v4.2.1/Among-Us-Dumpy-Gif-Maker-4.2.1-all.jar)!
7272

7373
### Basic usage:
7474
Click and open the jar, select the file, and a file called "dumpy.gif" will be made in the same folder as the jar.
7575

7676
### CLI usage:
77-
- `java -jar Among-Us-Dumpy-Gif-Maker-4.2.0-all.jar <flags>`
77+
- `java -jar Among-Us-Dumpy-Gif-Maker-4.2.1-all.jar <flags>`
7878
All flags are optional.
7979
Flags:
8080
```
@@ -94,7 +94,7 @@ git clone https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker
9494
cd Among-Us-Dumpy-Gif-Maker
9595
gradle wrapper
9696
./gradlew shadowJar # .\gradelw.bat shadowJar if you're on Windows
97-
java -jar ./build/libs/Among-Us-Dumpy-Gif-Maker-4.2.0-all.jar
97+
java -jar ./build/libs/Among-Us-Dumpy-Gif-Maker-4.2.1-all.jar
9898
```
9999

100100
Please note that the Discord/Revolt bots are not designed to be self-hosted, and I will not be providing support for self-hosting them.

among-us-dumpy-gif-maker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
/usr/bin/java -jar /usr/lib/Among-Us-Dumpy-Gif-Maker-4.2.0-all.jar $@
3+
/usr/bin/java -jar /usr/lib/Among-Us-Dumpy-Gif-Maker-4.2.1-all.jar $@

bots/discord_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
statcordkey = dotenv_values(".env")["STATCORD"]
3131

3232
upsince = datetime.datetime.now()
33-
version = "4.2.0"
33+
version = "4.2.1"
3434

3535
intents = disnake.Intents.default()
3636
bot = commands.AutoShardedBot(

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "dev.t1c.amogus"
8-
version = "4.2.0"
8+
version = "4.2.1"
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)