Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Nov 29, 2021
1 parent d872f64 commit 698e790
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -14,7 +14,7 @@ org.gradle.daemon=false
authors=Hurricaaane (Ha3), Sollace
description=An overly complicated sound mod
url=http://presencefootsteps.ha3.eu
version=r33
version=r34
release=RELEASE

# Dependencies
Expand Down
Expand Up @@ -68,7 +68,7 @@ public void onInitializeClient() {
updateNotifier = new UpdateNotifier(
pfFolder.resolve("updater.json"),
"https://raw.githubusercontent.com/Sollace/Presence-Footsteps/master/version/versions.json?ver=%d",
new UpdateNotifier.Version("1.17", "r", 33), this::onUpdate);
new UpdateNotifier.Version("1.17", "r", 34), this::onUpdate);
updateNotifier.load();

config = new PFConfig(pfFolder.resolve("userconfig.json"), this);
Expand Down
2 changes: 1 addition & 1 deletion version/versions.json
@@ -1,7 +1,7 @@
{
"versions": [
{
"number": 33,
"number": 34,
"for": "1.17",
"minecraft": "1.17",
"type": "r"
Expand Down

0 comments on commit 698e790

Please sign in to comment.