Skip to content

Commit

Permalink
Release v3.12.3+fabric
Browse files Browse the repository at this point in the history
A minor API bug fix relating to the `@Deprecated` annotation.
  • Loading branch information
TheCSDev committed Aug 7, 2024
1 parent 733f112 commit 5d26add
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tcdcommons-3-fabric-1.20.1/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ org.gradle.jvmargs=-Xmx1G
mod_name = TCD Commons API
mod_description = My personal API library for my mods. It aims to improve performance by avoiding rewriting the same code, and to speed up the mod development process.
mod_author = TheCSDev
mod_version = 3.12.2+fabric-1.20.1
mod_version = 3.12.3+fabric-1.20.1

# Here you link the source code repository links:
mod_contact_homepage = https://github.com/TheCSDev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
public @Virtual class UIAutomaticSizeLayout extends UIAutomaticSize
{
public UIAutomaticSizeLayout(AutomaticSize automaticSize) { super(automaticSize); }
public @Virtual @Override void apply(TParentElement parent) { super.apply(parent); }
}
2 changes: 1 addition & 1 deletion tcdcommons-3-fabric-1.20.2/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ org.gradle.jvmargs=-Xmx1G
mod_name = TCD Commons API
mod_description = My personal API library for my mods. It aims to improve performance by avoiding rewriting the same code, and to speed up the mod development process.
mod_author = TheCSDev
mod_version = 3.12.2+fabric-1.20.2
mod_version = 3.12.3+fabric-1.20.2

# Here you link the source code repository links:
mod_contact_homepage = https://github.com/TheCSDev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
public @Virtual class UIAutomaticSizeLayout extends UIAutomaticSize
{
public UIAutomaticSizeLayout(AutomaticSize automaticSize) { super(automaticSize); }
public @Virtual @Override void apply(TParentElement parent) { super.apply(parent); }
}
2 changes: 1 addition & 1 deletion tcdcommons-3-fabric-1.20.4/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ org.gradle.jvmargs=-Xmx1G
mod_name = TCD Commons API
mod_description = My personal API library for my mods. It aims to improve performance by avoiding rewriting the same code, and to speed up the mod development process.
mod_author = TheCSDev
mod_version = 3.12.2+fabric-1.20.4
mod_version = 3.12.3+fabric-1.20.4

# Here you link the source code repository links:
mod_contact_homepage = https://github.com/TheCSDev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
public @Virtual class UIAutomaticSizeLayout extends UIAutomaticSize
{
public UIAutomaticSizeLayout(AutomaticSize automaticSize) { super(automaticSize); }
public @Virtual @Override void apply(TParentElement parent) { super.apply(parent); }
}
2 changes: 1 addition & 1 deletion tcdcommons-3-fabric-1.20.5/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ org.gradle.jvmargs=-Xmx1G
mod_name = TCD Commons API
mod_description = My personal API library for my mods. It aims to improve performance by avoiding rewriting the same code, and to speed up the mod development process.
mod_author = TheCSDev
mod_version = 3.12.2+fabric-1.20.6
mod_version = 3.12.3+fabric-1.20.6

# Here you link the source code repository links:
mod_contact_homepage = https://github.com/TheCSDev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
public @Virtual class UIAutomaticSizeLayout extends UIAutomaticSize
{
public UIAutomaticSizeLayout(AutomaticSize automaticSize) { super(automaticSize); }
public @Virtual @Override void apply(TParentElement parent) { super.apply(parent); }
}
2 changes: 1 addition & 1 deletion tcdcommons-3-fabric-1.21/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ org.gradle.jvmargs=-Xmx1G
mod_name = TCD Commons API
mod_description = My personal API library for my mods. It aims to improve performance by avoiding rewriting the same code, and to speed up the mod development process.
mod_author = TheCSDev
mod_version = 3.12.2+fabric-1.21
mod_version = 3.12.3+fabric-1.21

# Here you link the source code repository links:
mod_contact_homepage = https://github.com/TheCSDev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
public @Virtual class UIAutomaticSizeLayout extends UIAutomaticSize
{
public UIAutomaticSizeLayout(AutomaticSize automaticSize) { super(automaticSize); }
public @Virtual @Override void apply(TParentElement parent) { super.apply(parent); }
}

0 comments on commit 5d26add

Please sign in to comment.