Skip to content

Commit

Permalink
javadoc 😢
Browse files Browse the repository at this point in the history
  • Loading branch information
KosmX committed Sep 6, 2024
1 parent 3e4171d commit 72359c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* <p>
* Use {@link AnimationSerializing#deserializeAnimation(Reader)} to deserialize<br>
* or {@link AnimationSerializing#serializeAnimation(KeyframeAnimation)} to serialize.
* @deprecated use {@link AnimationCodec instead}
* @deprecated use AnimationCodec instead
*/
@Deprecated(forRemoval = true)
public class AnimationSerializing {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minecraft_version=1.21

archives_base_name=player-animation-lib
#Major: API break, Minor: non-breaking but significant, Patch: minor bugfix/change + MC implementation fix
mod_version=2.0.0-alpha0
mod_version=2.0.0-alpha1
maven_group=dev.kosmx.player-anim


Expand Down

0 comments on commit 72359c2

Please sign in to comment.