Skip to content

Commit

Permalink
Prepare version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scana committed Jan 9, 2021
1 parent 777f3fc commit 59eccb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Plugin for downloading and uploading translations from <a href="https://www.ones
</p>

<p align="center">
<img src="https://img.shields.io/badge/version-0.6.0-blue.svg">
<img src="https://img.shields.io/badge/version-1.0.0-blue.svg">
</p>

## Installation

**app/build.gradle.kts**
```kotlin
plugins {
id("co.brainly.onesky") version "0.6.0"
id("co.brainly.onesky") version "1.0.0"
}

// ...
Expand All @@ -32,7 +32,7 @@ configure<OneSkyPluginExtension> {
|----------------------|--------------------------------------------------------------------------|
| **translationsProgress** | Displays translations progress for all languages |
| **downloadTranslations** | Downloads all of available translations (including not finished ones) |
| uploadBaseTranslation (TODO) | Uploads base translation files |
| **uploadTranslations** | Uploads base translation files |

## Releasing

Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
apply(plugin = "org.jlleitschuh.gradle.ktlint")

group = "co.brainly"
version = "0.7.0-SNAPSHOT"
version = "1.0.0"

gradlePlugin {
plugins {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import co.brainly.onesky.OneSkyPluginExtension
plugins {
id("com.android.application")
kotlin("android")
id("co.brainly.onesky") version "1.1-SNAPSHOT"
id("co.brainly.onesky") version "1.0.0"
}

android {
Expand Down

0 comments on commit 59eccb4

Please sign in to comment.