Skip to content

Commit

Permalink
Merge pull request #364 from Orange-OpenSource/363-release-version-080
Browse files Browse the repository at this point in the history
363 - Prepare 0.8.0 release
  • Loading branch information
florentmaitre authored Dec 7, 2022
2 parents 9d49be3 + 7f0f310 commit f4103bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ repositories {

```groovy
dependencies {
implementation 'com.orange.ods.android:ods-lib:0.7.0'
implementation 'com.orange.ods.android:ods-lib:0.8.0'
}
```
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes done in ODS library will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/Orange-OpenSource/ods-android/compare/0.7.0...master)
## [0.8.0](https://github.com/Orange-OpenSource/ods-android/compare/0.7.0...0.8.0) - 2022-12-07

### Added

Expand Down
2 changes: 1 addition & 1 deletion docs/home_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Orange Design System for Android is available through [Maven Central Repository]
```groovy
dependencies {
// ...
implementation 'com.orange.ods.android:ods-lib:0.7.0'
implementation 'com.orange.ods.android:ods-lib:0.8.0'
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kapt.incremental.apt=true
version=0.7.0
version=0.8.0
previewThemeClass=com.orange.ods.theme.orange.OrangeThemeConfiguration

0 comments on commit f4103bc

Please sign in to comment.