Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rsplwe committed May 9, 2024
1 parent 0905353 commit 4043e3f
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 @@ -5,7 +5,7 @@ plugins {
}

group = "com.rsplwe.esurfing"
version = "1.4.0"
version = "1.5.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/rsplwe/esurfing/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Constants {
const val DEBUG = false

const val PACKAGE_ID = "com.cndatacom.campus.cdccportalgd"
const val USER_AGENT = "CCTP/android64_vpn/2085"
const val USER_AGENT = "CCTP/android64_vpn/2089"
const val REQUEST_ACCEPT = "text/html,text/xml,application/xhtml+xml,application/x-javascript,*/*"
const val BASE_URL = "http://14.146.227.141:7001"
const val PORTAL_NODE = "http://61.140.12.23:10002"
Expand Down

0 comments on commit 4043e3f

Please sign in to comment.