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

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneCalculator committed Jun 14, 2021
1 parent 4d30de1 commit aba2c73
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Among-Us-Dumpy-Gif-Maker
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Based off of: https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html

_pkgname="among-us-dumpy-gif-maker"
_pkgver="1.7.1"
_pkgver="1.7.2"
_jar="Among-Us-Dumpy-Gif-Maker-${_pkgver}-all.jar"

pkgname="${_pkgname}"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Based off of: https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html

_pkgname="among-us-dumpy-gif-maker"
_pkgver="1.7.1"
_pkgver="1.7.2"
_jar="Among-Us-Dumpy-Gif-Maker-${_pkgver}-all.jar"

pkgname="${_pkgname}"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


### Please credit this repository when you use this program!
##### Current version: 1.7.1
##### Current version: 1.7.2

[![Discord](https://discordapp.com/api/guilds/849516341933506561/embed.png?style=banner2)](https://discord.gg/VRawXXybvd)

Expand All @@ -38,15 +38,15 @@

To everyone else:

### Make sure to [download the jar](https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v1.7.1/Among-Us-Dumpy-Gif-Maker-1.7.1-all.jar)!
### Make sure to [download the jar](https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v1.7.2/Among-Us-Dumpy-Gif-Maker-1.7.2-all.jar)!

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

### CLI usage:
- `java -jar Among-Us-Dumpy-Gif-Maker-1.7.1-all.jar` for defaults
- `java -jar Among-Us-Dumpy-Gif-Maker-1.7.1-all.jar help/version` for help/version
- `java -jar Among-Us-Dumpy-Gif-Maker-1.7.1-all.jar lines true/false filepath` for adding arguments
- `java -jar Among-Us-Dumpy-Gif-Maker-1.7.2-all.jar` for defaults
- `java -jar Among-Us-Dumpy-Gif-Maker-1.7.2-all.jar help/version` for help/version
- `java -jar Among-Us-Dumpy-Gif-Maker-1.7.2-all.jar lines true/false filepath` for adding arguments


#### ***All arguments optional!***
Expand All @@ -64,5 +64,5 @@ git clone https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker
cd Among-Us-Dumpy-Gif-Maker
gradle wrapper
./gradlew shadowJar # .\gradelw.bat shadowJar if you're on Windows
java -jar ./build/libs/Among-Us-Dumpy-Gif-Maker-1.7.1-all.jar
java -jar ./build/libs/Among-Us-Dumpy-Gif-Maker-1.7.2-all.jar
```
2 changes: 1 addition & 1 deletion among-us-dumpy-gif-maker
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

/usr/lib/jvm/java-15-openjdk/bin/java -jar /usr/lib/Among-Us-Dumpy-Gif-Maker-1.7.1-all.jar
/usr/lib/jvm/java-15-openjdk/bin/java -jar /usr/lib/Among-Us-Dumpy-Gif-Maker-1.7.2-all.jar
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
token = lines[0].strip()

upsince = datetime.datetime.now()
version = "1.7.1"
version = "1.7.2"

logchannel = None
intents = discord.Intents.default()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "dev.t1c.amogus"
version = "1.7.1"
version = "1.7.2"

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/dev/t1c/dumpy/sus.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static void main(String[] args) throws Exception {
System.out.println(
"""
`java -jar Among-Us-Dumpy-Gif-Maker-1.7.1-all.jar lines true/false filepath` for adding arguments
`java -jar Among-Us-Dumpy-Gif-Maker-1.7.2-all.jar lines true/false filepath` for adding arguments
*All arguments optional!*
- `lines` is the number of lines, which defaults to 9.
Expand All @@ -66,7 +66,7 @@ public static void main(String[] args) throws Exception {
System.exit(0);
}
if (args[0].toLowerCase().indexOf("version") != -1) {
System.out.println("Version 1.7.1");
System.out.println("Version 1.7.2");
System.exit(0);
}
try {
Expand Down
Binary file added src/main/resources/dumpy/0-EDACB3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/dumpy/1-EDACB3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/dumpy/2-EDACB3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/dumpy/3-EDACB3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/dumpy/4-EDACB3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/dumpy/5-EDACB3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/dumpy/colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aba2c73

Please sign in to comment.