Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Nov 20, 2023
1 parent 7aea764 commit 759bd55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you just want to talk or need help with WaybackAuthLib feel free to join my

## How to add this to your project
### Gradle/Maven
To use WaybackAuthLib with Gradle/Maven you can use this [Maven server](https://maven.lenni0451.net/#/releases/de/florianmichael/WaybackAuthLib) or [Jitpack](https://jitpack.io/#FlorianMichael/WaybackAuthLib).
To use WaybackAuthLib with Gradle/Maven you can use [Maven Central](https://mvnrepository.com/artifact/de.florianmichael/WaybackAuthLib), [Lenni0451's repository](https://maven.lenni0451.net/#/releases/de/florianmichael/WaybackAuthLib) or [Jitpack](https://jitpack.io/#FlorianMichael/WaybackAuthLib).
You can also find instructions how to implement it into your build script there.

### Jar File
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Gradle Properties
org.gradle.jvmargs=-Xmx8G
org.gradle.parallel=true
#org.gradle.parallel=true

# Project Details
maven_name=WaybackAuthLib
maven_version=1.0.1-SNAPSHOT
maven_version=1.0.1
maven_group=de.florianmichael

0 comments on commit 759bd55

Please sign in to comment.