Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
Targeting SDK 101
  • Loading branch information
krlvm committed Jan 19, 2022
1 parent fff1caa commit 3be03cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group 'io.github.krlvm.powertunnel.plugins'
version '1.0'
version '1.0.1'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/plugin.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
id: libertytunnel
version: 1.0
versionCode: 1
version: 1.0.1
versionCode: 2
name: LibertyTunnel
description: Anti-censorship plugin for PowerTunnel
author: krlvm
homepage: https://github.com/krlvm/LibertyTunnel
mainClass: io.github.krlvm.powertunnel.plugins.libertytunnel.LibertyTunnel
targetSdkVersion: 100
targetSdkVersion: 101

0 comments on commit 3be03cf

Please sign in to comment.