Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
scana committed Jun 8, 2021
1 parent cd1a16b commit 319c999
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Plugin for downloading and uploading translations from <a href="https://www.ones
</p>

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

## Installation
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 = "1.0.0"
version = "1.1.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 @@ -11,7 +11,7 @@ buildscript {
plugins {
id("com.android.application")
kotlin("android")
id("co.brainly.onesky") version "1.0.0"
id("co.brainly.onesky") version "1.1.0"
}

android {
Expand Down

0 comments on commit 319c999

Please sign in to comment.