Skip to content

Commit

Permalink
0.3.6 again
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneParadox committed Nov 3, 2020
1 parent 3234910 commit 0c1f69e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ bintray {
name = archivesBaseName
licenses = ['MIT']
version {
name = "0.3.7-alpha"
name = "0.3.6-alpha"
released = new Date()
githubRepo = "RedstoneParadox/" + archivesBaseName
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1G
loom_version=0.5-SNAPSHOT

# Mod Properties
mod_version = 0.3.7-alpha
mod_version = 0.3.6-alpha
maven_group = io.github.redstoneparadox
archives_base_name = paradox-config

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "pconfig",
"version": "0.3.7-alpha",
"version": "0.3.6-alpha",

"name": "Paradox Config",
"description": "A Kotlin-based configuration api for Minecraft mods.",
Expand Down

0 comments on commit 0c1f69e

Please sign in to comment.