Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonCaramel committed Oct 23, 2022
1 parent 3cef4b2 commit d32a7be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabric/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.10

# Mod Properties
mod_version = 4.1.1-EXPERIMENTAL
mod_version = 4.1.2-EXPERIMENTAL
maven_group = jp.axer.cocoainput
archives_base_name = CocoaInput-1.19.2-fabric

Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'eclipse'
apply plugin: 'maven-publish'
apply plugin: 'org.spongepowered.mixin'

version = '4.1.1-EXPERIMENTAL'
version = '4.1.2-EXPERIMENTAL'
group = 'jp.axer.cocoainput' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'CocoaInput-1.19.2-forge'

Expand Down
2 changes: 1 addition & 1 deletion src/forge/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
modLoader="javafml" #mandatory
# A version range to match for said mod loader - for regular FML @Mod it will be the forge version
loaderVersion="[41,)" #mandatory (41 is current forge version)
loaderVersion="[43,)" #mandatory (43 is current forge version)
# A URL to refer people to when problems occur with this mod
issueTrackerURL="https://github.com/Axeryok/CocoaInput/issues" #optional
# License
Expand Down

0 comments on commit d32a7be

Please sign in to comment.