Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Artikov committed May 13, 2022
1 parent f3c41b1 commit 452df23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
## Gradle Setup
```gradle
dependencies {
implementation 'com.github.aartikov:replica-core:1.0.0-alpha3'
implementation 'com.github.aartikov:replica-algebra:1.0.0-alpha3'
implementation 'com.github.aartikov:replica-android-network:1.0.0-alpha3'
implementation 'com.github.aartikov:replica-decompose:1.0.0-alpha3'
debugImplementation 'com.github.aartikov:replica-devtools:1.0.0-alpha3'
releaseImplementation 'com.github.aartikov:replica-devtools-noop:1.0.0-alpha3'
implementation 'com.github.aartikov:replica-core:1.0.0-alpha4'
implementation 'com.github.aartikov:replica-algebra:1.0.0-alpha4'
implementation 'com.github.aartikov:replica-android-network:1.0.0-alpha4'
implementation 'com.github.aartikov:replica-decompose:1.0.0-alpha4'
debugImplementation 'com.github.aartikov:replica-devtools:1.0.0-alpha4'
releaseImplementation 'com.github.aartikov:replica-devtools-noop:1.0.0-alpha4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'org.jetbrains.dokka'

ext {
PUBLISH_GROUP_ID = 'com.github.aartikov'
PUBLISH_VERSION = '1.0.0-alpha3'
PUBLISH_VERSION = '1.0.0-alpha4'
DESCRIPTION = 'Android libary for fetching, caching and updating asynchronous data'

GITHUB_USER = 'aartikov'
Expand Down

0 comments on commit 452df23

Please sign in to comment.