Skip to content

Commit

Permalink
I guess we should update the version number too
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepijn98 committed Nov 11, 2019
1 parent 5cb6ed3 commit 0080707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.github.kurozeropb"
version = "1.0.1"
version = "1.1.2"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/github/kurozeropb/api/ALInfo.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.github.kurozeropb.api

object ALInfo {
const val version = "1.0.1"
const val version = "1.1.2"
const val baseUrl = "https://azurlane-api.appspot.com/v1"
const val userAgent = "AzurLaneKt/v$version (https://github.com/KurozeroPB/AzurLaneKt)"
}

0 comments on commit 0080707

Please sign in to comment.