Skip to content

Commit 22b6813

Browse files
committed
version: 0.5
1 parent 836b946 commit 22b6813

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MimicAPI
1+
# Mimic
22
[![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)
33
[![license](https://img.shields.io/github/license/EndlessCodeGroup/MimicAPI.svg?style=flat-square)](LICENSE)
44

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

4040
### Gradle
4141

42-
```groovy
42+
```kotlin
4343
repositories {
44-
maven { url "https://dl.bintray.com/endlesscode/repo" }
44+
maven { setUrl("https://dl.bintray.com/endlesscode/repo") }
4545
}
4646

4747
dependencies {
48-
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.4")
48+
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.5")
4949
}
5050
```
5151

@@ -59,7 +59,7 @@ dependencies {
5959
<dependency>
6060
<groupId>ru.endlesscode.mimic</groupId>
6161
<artifactId>mimic-bukkit-api</artifactId>
62-
<version>0.4</version>
62+
<version>0.5</version>
6363
<scope>provided</scope>
6464
</dependency>
6565
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
// Common configurations for all Mimic projects
88
subprojects {
9-
version = "0.4"
9+
version = "0.5"
1010
group = "ru.endlesscode.mimic"
1111

1212
configureProject()

0 commit comments

Comments
 (0)