Skip to content

Commit 9c897b3

Browse files
committed
Prepare for release 0.54.1
1 parent 5b7497d commit 9c897b3

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111
just the existing dependency rules files
1212

1313
### Version 0.54.0
14-
* Stop using /tmp for Android Lint gen-rule and use buck-out/tmp instead
14+
* Stop using /tmp for Android Lint gen-rule and use buck-out tmp instead
15+
16+
### Version 0.54.1
17+
* Clean up leftover tmp file for Android Lint genrule

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
jcenter()
1010
}
1111
dependencies {
12-
classpath 'com.uber:okbuck:0.54.0'
12+
classpath 'com.uber:okbuck:0.54.1'
1313
}
1414
}
1515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
jcenter()
2222
}
2323
dependencies {
24-
classpath 'com.uber:okbuck:0.54.0'
24+
classpath 'com.uber:okbuck:0.54.1'
2525
}
2626
}
2727

buildSrc/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.uber
2-
VERSION_NAME=0.55.0-SNAPSHOT
2+
VERSION_NAME=0.54.1
33
POM_DESCRIPTION=A Gradle plugin that lets developers utilize the Buck build system on a Gradle project
44
POM_URL=https://github.com/uber/okbuck/
55
POM_SCM_URL=https://github.com/uber/okbuck/

0 commit comments

Comments
 (0)