Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DeDiamondPro committed Feb 10, 2024
1 parent 8fceb85 commit d55d334
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
}

group = "dev.dediamondpro"
version = "1.0.1"
version = "1.0.2"

repositories {
mavenCentral()
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version_test = 1.0.1

# Gradle Configuration
org.gradle.daemon=true
org.gradle.parallel=true
Expand Down
2 changes: 1 addition & 1 deletion minecraft/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mod Configuration
mod_name=MineMark
mod_id=minemark
mod_version=1.0.1
mod_version=1.0.2
mod_description=Markdown rendering library
mod_license=LGPL

0 comments on commit d55d334

Please sign in to comment.