Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
GT3CH1 committed Jun 22, 2023
1 parent 1d8c049 commit 740ecd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ loader_version=0.14.21
#Fabric api
fabric_version=0.84.0+1.20.1
# Mod Properties
mod_version=1.4.4
mod_version=1.4.5
maven_group=com.peasenet
archives_base_name=gavinsmod

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/peasenet/main/GavinsMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class GavinsMod : ModInitializer {
/**
* The current version of the mod.
*/
const val VERSION = "v1.4.3"
const val VERSION = "v1.4.5"

/**
* The gui used to display the main mod menu.
Expand Down

0 comments on commit 740ecd3

Please sign in to comment.