Skip to content

Commit 480d6c2

Browse files
author
Peter Bryant
committed
📝 Update docs
1 parent 0957394 commit 480d6c2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ dependencies {
3030
// ...
3131
3232
// Choose EITHER:
33-
implementation 'com.github.ptrbrynt.KotlinBloc:compose:2.0.0' // For Jetpack Compose apps
34-
implementation 'com.github.ptrbrynt.KotlinBloc:core:2.0.0' // The pure Kotlin library, for other stuff
33+
implementation 'com.github.ptrbrynt.KotlinBloc:compose:3.0.0' // For Jetpack Compose apps
34+
implementation 'com.github.ptrbrynt.KotlinBloc:core:3.0.0' // The pure Kotlin library, for other stuff
3535
3636
// Optional test helpers:
37-
testImplementation 'com.github.ptrbrynt.KotlinBloc:test:2.0.0'
37+
testImplementation 'com.github.ptrbrynt.KotlinBloc:test:3.0.0'
3838
}
3939
```

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:2.0.0'
32+
implementation 'com.github.ptrbrynt.KotlinBloc:compose:3.0.0'
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:2.0.0'
34+
implementation 'com.github.ptrbrynt.KotlinBloc:compose:3.0.0'
3535
3636
implementation "androidx.navigation:navigation-compose:2.4.0-alpha09"
3737

0 commit comments

Comments
 (0)