Skip to content

Commit a13b06b

Browse files
Release 1.0.1
1 parent dab6967 commit a13b06b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Download
7575

7676
```groovy
7777
dependencies {
78-
compile 'com.github.matthiasrobbers:shortbread:1.0.0'
79-
annotationProcessor 'com.github.matthiasrobbers:shortbread-compiler:1.0.0'
78+
compile 'com.github.matthiasrobbers:shortbread:1.0.1'
79+
annotationProcessor 'com.github.matthiasrobbers:shortbread-compiler:1.0.1'
8080
}
8181
```
8282

shortbread/src/main/java/shortbread/Shortbread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.List;
1919

2020
/**
21-
* Creates app shortcuts from {@link Shortcut} annotations, {@link #create(Context)} is all that needs to be called.
21+
* Creates app shortcuts from {@code @Shortcut} annotations, {@link #create(Context)} is all that needs to be called.
2222
*/
2323
public final class Shortbread {
2424

0 commit comments

Comments
 (0)