Skip to content

Commit 0da3846

Browse files
authored
v0.0.7
1 parent e4e3bcc commit 0da3846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Step 1. Include jitpack.io into your repositories in root `settings.gradle`:
1717
Step 2. Add a dependency to relevant `build.gradle` config (change release version if required) :
1818

1919
dependencies {
20-
implementation 'com.github.cooklang:cooklang-android:v0.0.6'
20+
implementation 'com.github.cooklang:cooklang-android:v0.0.7'
2121
}
2222

2323
Step 3. Use the parser. See [example](https://github.com/cooklang/cooklang-android/blob/main/app/src/main/java/org/cooklang/sample_app/MainActivity.kt#L22-L76).

0 commit comments

Comments
 (0)