Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luolc committed Apr 5, 2017
1 parent 3f00fdf commit 3c9a3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {

def supportLibraryVersion = '25.2.0'
def butterknifeVersion = '8.5.1'
def louterVersion = '0.1.0'
def louterVersion = '0.1.1'

ext.deps = [
android : 'com.google.android:android:4.1.1.4',
Expand Down Expand Up @@ -60,7 +60,7 @@ ext.bintray = [
userOrg : "luolc",
groupId : "com.luolc.louter",
publishVersion: "$louterVersion",
desc : "Louter is a light weight Android route framework.",
desc : "Louter is a cross-module lightweight Android route framework.",
website : "https://github.com/Luolc/Louter",
licences : ['MIT'],
]

0 comments on commit 3c9a3a5

Please sign in to comment.