diff --git a/README.md b/README.md index 792188f..f9bf75e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This programs adds the following to your SteelSeries OLED screen: - [YouTube Music Desktop App](https://ytmdesktop.app/) - [foobar2000](https://www.foobar2000.org/) (use this [plugin](https://web.archive.org/web/20211122004949/https://skipyrich.com/wiki/Foobar2000:Now_Playing_Simple) and point the file to `C:\Users\\foobar_np.txt`) -[Download for Windows](https://github.com/mtricht/gamesense-essentials/releases/download/1.10.0/gamesense-essentials-1.10.0.msi) +[Download for Windows](https://github.com/mtricht/gamesense-essentials/releases/download/1.11.0/gamesense-essentials-1.11.0.msi) ## Demo https://user-images.githubusercontent.com/7511094/122837368-3e0fad00-d2f4-11eb-868e-980b2b29e1c1.mp4 diff --git a/build.gradle.kts b/build.gradle.kts index ec056cf..db43847 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "dev.tricht.gamesense" -version = "1.10.0" +version = "1.11.0" repositories { mavenCentral()