Skip to content

Commit

Permalink
v1.0.0リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
Asatsuki committed Jan 30, 2022
1 parent 131c07a commit 36a66ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'maven-publish'
// MixinGradle:
apply plugin: 'org.spongepowered.mixin'

version = '1.0.0.0'
version = '1.0.0'
group = 'com.asatsuki256.betterdot' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'BetterDoT-1.18.1'

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[[mods]]
modId="betterdot"
version="1.0.0.0"
version="1.0.0"
displayName="Better DoT"
logoFile="logo.png"
authors="Asatsuki256"
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/mixins.betterdot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "com.asatsuki256.betterdot.mixin",
"refmap": "mixins.betterdot.refmap.json",
"compatibilityLevel": "JAVA_16",
"mixins": [
"LivingEntityMixin",
Expand Down

0 comments on commit 36a66ce

Please sign in to comment.