Skip to content

Commit

Permalink
+ update to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lomanyong committed Sep 8, 2016
1 parent f006690 commit c434891
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion freeline_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

VERSION_FORMATTER = '{}({})'
FREELINE_VERSION = 'v0.6.0'
FREELINE_VERSION = 'v0.6.1'


def get_freeline_version():
Expand Down
2 changes: 1 addition & 1 deletion gradle/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def developerEmail = 'yong.hy@alipay.com'
def publishedGroupId = 'com.antfortune.freeline'
def artifact = 'gradle'
def libraryName = 'freeline-gradle'
def publishVersion = '0.6.0'
def publishVersion = '0.6.1'

install {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'java'
apply from: 'bintray.gradle'

group 'com.antfortune.freeline'
version '0.6.0'
version '0.6.1'

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down
2 changes: 1 addition & 1 deletion runtime/runtime-no-op/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def developerEmail = 'yong.hy@alipay.com'
def publishedGroupId = 'com.antfortune.freeline'
def artifact = 'runtime-no-op'
def libraryName = 'freeline-runtime-no-op'
def publishVersion = '0.6.0'
def publishVersion = '0.6.1'

install {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion runtime/runtime-no-op/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply from: 'bintray.gradle'

group 'com.antfortune.freeline'
version '0.6.0'
version '0.6.1'

android {
compileSdkVersion 24
Expand Down
2 changes: 1 addition & 1 deletion runtime/runtime/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def developerEmail = 'yong.hy@alipay.com'
def publishedGroupId = 'com.antfortune.freeline'
def artifact = 'runtime'
def libraryName = 'freeline-runtime'
def publishVersion = '0.6.0'
def publishVersion = '0.6.1'

install {
repositories {
Expand Down
6 changes: 3 additions & 3 deletions runtime/runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'