Skip to content

Commit a77c145

Browse files
committed
Debugging
1 parent 955375c commit a77c145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'com.labelzoom.api'
7-
version = '1.0.4'
7+
version = '1.0.5'
88

99
repositories {
1010
mavenCentral()

src/main/java/com/labelzoom/api/model/components/IComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public interface IComponent extends Cloneable
1515
void setRotation(float rotation);
1616

1717
boolean isReverse();
18-
void setReverse();
18+
void setReverse(boolean reverse);
1919

2020
Justification getJustification();
2121
void setJustification(Justification justification);

0 commit comments

Comments
 (0)