Skip to content

Commit 0683340

Browse files
author
Peter Bryant
committed
📝 Update Bloc version in docs
1 parent 3c73e8a commit 0683340

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
// ...
3333
3434
// Choose EITHER:
35-
implementation 'com.github.ptrbrynt.KotlinBloc:compose:0.9' // For Jetpack Compose apps
36-
implementation 'com.github.ptrbrynt.KotlinBloc:core:0.9' // The pure Kotlin library, for other stuff
35+
implementation 'com.github.ptrbrynt.KotlinBloc:compose:0.16' // For Jetpack Compose apps
36+
implementation 'com.github.ptrbrynt.KotlinBloc:core:0.16' // The pure Kotlin library, for other stuff
3737
}
3838
```

docs/tutorials/counter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Finally, just add the following dependency to your module-level `build.gradle` f
2929
```groovy
3030
dependencies {
3131
// ...
32-
implementation 'com.github.ptrbrynt.KotlinBloc:compose:0.11'
32+
implementation 'com.github.ptrbrynt.KotlinBloc:compose:0.16'
3333
}
3434
```
3535

docs/tutorials/todo-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Finally, just add the following dependencies to your module-level `build.gradle`
3131
```groovy
3232
dependencies {
3333
// ...
34-
implementation 'com.github.ptrbrynt.KotlinBloc:compose:0.11'
34+
implementation 'com.github.ptrbrynt.KotlinBloc:compose:0.16'
3535
3636
implementation "androidx.navigation:navigation-compose:2.4.0-alpha09"
3737

0 commit comments

Comments
 (0)