Skip to content

Commit

Permalink
version: 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jan 17, 2021
1 parent 836b946 commit 22b6813
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MimicAPI
# Mimic
[![Download](https://img.shields.io/bintray/v/endlesscode/repo/mimic?style=flat-square)](https://bintray.com/endlesscode/repo/mimic/_latestVersion) [![Build Status](https://img.shields.io/github/workflow/status/EndlessCodeGroup/MimicAPI/CI?style=flat-square)](https://travis-ci.org/EndlessCodeGroup/MimicAPI) [![Code Quality](https://img.shields.io/codacy/grade/cfb98bfdf2b44b9d97f719f051e943a9.svg?style=flat-square)](https://www.codacy.com/app/EndlessCode-Group/MimicAPI?utm_source%3Dgithub.com%26amp;utm_medium%3Dreferral%26amp;utm_content%3DEndlessCodeGroup/MimicAPI%26amp;utm_campaign%3DBadge_Grade)
[![license](https://img.shields.io/github/license/EndlessCodeGroup/MimicAPI.svg?style=flat-square)](LICENSE)

Expand Down Expand Up @@ -39,13 +39,13 @@ If you are developer you can use [Gradle] or [Maven] to plug MimicAPI to your pl

### Gradle

```groovy
```kotlin
repositories {
maven { url "https://dl.bintray.com/endlesscode/repo" }
maven { setUrl("https://dl.bintray.com/endlesscode/repo") }
}

dependencies {
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.4")
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.5")
}
```

Expand All @@ -59,7 +59,7 @@ dependencies {
<dependency>
<groupId>ru.endlesscode.mimic</groupId>
<artifactId>mimic-bukkit-api</artifactId>
<version>0.4</version>
<version>0.5</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

// Common configurations for all Mimic projects
subprojects {
version = "0.4"
version = "0.5"
group = "ru.endlesscode.mimic"

configureProject()
Expand Down

0 comments on commit 22b6813

Please sign in to comment.