Skip to content

Commit

Permalink
Release v0.16.2 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
CloneWith committed Feb 12, 2024
1 parent 6d1f510 commit 91d058d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**opsu!** is an unofficial open-source client for the rhythm game [osu!](https://osu.ppy.sh/), written in Java using [Slick2D](http://slick.ninjacave.com/) and [LWJGL](http://lwjgl.org/) (wrappers around OpenGL and OpenAL).

opsu! runs on Windows, Linux and Android (libGDX port). For Android releases, there is also a [separate repo](https://github.com/clonewith/opsu-droid) and one to [build apks](https://github.com/clonewith/opsu-ABuild).
opsu! runs on Windows and Linux.

Take a look at the original project if you would like to do so:

Expand All @@ -13,8 +13,7 @@ Specially, you may hope to read [relevant wiki articles](https://osu.ppy.sh/wiki

## Getting Started

- Get a copy of opsu! from the [releases](https://github.com/clonewith/opsu/releases) page.
- APK releases can be found [here](https://github.com/clonewith/opsu-droid/releases).
Get a copy of opsu! from the [releases](https://github.com/clonewith/opsu/releases) page.

### Java Setup

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>itdelatrisu</groupId>
<artifactId>opsu</artifactId>
<version>0.16.1</version>
<version>0.16.2</version>
<properties>
<version>${project.version}</version>
<timestamp>${maven.build.timestamp}</timestamp>
Expand Down

0 comments on commit 91d058d

Please sign in to comment.