Skip to content

Commit

Permalink
Fix extra number in mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed May 9, 2023
1 parent 0c52a22 commit f7afa68
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
package com.blamejared.searchables.gradle

object Versions {
const val MOD = "1.0.0"
const val MOD = "1.0"
const val JAVA = "17"
const val MINECRAFT = "1.19.4"
const val FORGE = "45.0.4"
Expand Down

0 comments on commit f7afa68

Please sign in to comment.