Skip to content

Commit

Permalink
[U] Release v1.1.2.108
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed May 23, 2020
1 parent a266c46 commit 1369031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@ Add this dependency to your `<dependencies>` tag:
<dependency>
<groupId>com.github.HyDevelop</groupId>
<artifactId>OsuBeatmapParser</artifactId>
<version>1.1.2.108</version>
<version>1.1.2.109</version>
</dependency>
```

#### Gradle

```gradle
dependencies {
implementation 'com.github.HyDevelop:OsuBeatmapParser:1.1.2.108'
implementation 'com.github.HyDevelop:OsuBeatmapParser:1.1.2.109'
}
```

The dependency would be ready once you reimport.

If you are not using maven or gradle, [Import from Other Package Managers](https://jitpack.io/#HyDevelop/OsuBeatmapParser/1.1.2.108)
If you are not using maven or gradle, [Import from Other Package Managers](https://jitpack.io/#HyDevelop/OsuBeatmapParser/1.1.2.109)

<br>

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'org.hydev'
version '1.1.2.108'
version '1.1.2.109'

repositories {
mavenCentral()
Expand Down

0 comments on commit 1369031

Please sign in to comment.