Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
RobFaustLZ committed Dec 2, 2023
1 parent 955375c commit a77c145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'com.labelzoom.api'
version = '1.0.4'
version = '1.0.5'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public interface IComponent extends Cloneable
void setRotation(float rotation);

boolean isReverse();
void setReverse();
void setReverse(boolean reverse);

Justification getJustification();
void setJustification(Justification justification);
Expand Down

0 comments on commit a77c145

Please sign in to comment.