Skip to content

Commit

Permalink
Bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yogwoggf committed Apr 12, 2024
1 parent 2ba0254 commit 25fe9b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Right now, it supports preventing these cheats (and any of their derivatives):

# Versioning

For PAE itself, it's semantically versioned and as of writing at version **0.1.0**.
For PAE itself, it's semantically versioned and as of writing at version **0.2.0**.
PAE is only known to work fine on Minecraft 1.20.1, but any other minor version *may* work.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.20.1+build.10
loader_version=0.15.9
fabric_kotlin_version=1.10.19+kotlin.1.9.23
# Mod Properties
mod_version=0.1.0
mod_version=0.2.0
maven_group=com.puffy
archives_base_name=puffy-anti-exploit
# Dependencies
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"schemaVersion": 1,
"id": "puffy-anti-exploit",
"version": "0.1.0",
"version": "0.2.0",
"name": "puffy-anti-exploit",
"description": "A server-side anti exploit which aims to reduce the possible amount of advantages a player can obtain with a hacked client. This mod does not attempt to ban such players, it only aims to fix certain parts of the server and gently counter these players.",
"authors": [
"Me!"
],
"accessWidener": "puffy-anti-exploit.accesswidener",
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"homepage": "https://modrinth.com/mod/puffy-anti-exploit",
"sources": "https://github.com/yogwoggf/puffy-anti-exploit"
},
"license": "CC0-1.0",
"icon": "assets/puffy-anti-exploit/icon.png",
Expand Down

0 comments on commit 25fe9b9

Please sign in to comment.