Skip to content

Commit

Permalink
Update neverlogout.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
xKylee authored Apr 3, 2020
1 parent 7529d16 commit c4210cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neverlogout/neverlogout.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import ProjectVersions.rlVersion
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

version = "0.0.5"
version = "0.0.1"

project.extra["PluginName"] = "Never Logout"
project.extra["PluginDescription"] = "Remove 5 minute idle logout timer."
Expand Down Expand Up @@ -55,4 +55,4 @@ tasks {
))
}
}
}
}

0 comments on commit c4210cb

Please sign in to comment.