From 9089985e43a915423c461ac66bf3475fd9d19101 Mon Sep 17 00:00:00 2001 From: zjutyujf Date: Mon, 27 Nov 2017 17:34:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- atlas-core/build.gradle | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 560e26f29..29c31c675 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Atlas [![license](http://img.shields.io/badge/license-Apache2.0-brightgreen.svg?style=flat)](https://github.com/alibaba/atlas/blob/master/LICENSE) -[![Release Version](https://img.shields.io/badge/release-5.0.7-yellow.svg)](https://github.com/alibaba/atlas/releases) +[![Release Version](https://img.shields.io/badge/atlas_core-5.0.7.55-orange.svg)]() +[![Release Version](https://img.shields.io/badge/atlasupdate-1.1.4.14-blue.svg)]() +[![Release Version](https://img.shields.io/badge/atlasplugin-2.3.3.rc41-green.svg)]() > A powerful Android Dynamic Component Framework. diff --git a/atlas-core/build.gradle b/atlas-core/build.gradle index aca7fa521..f058a4ace 100644 --- a/atlas-core/build.gradle +++ b/atlas-core/build.gradle @@ -28,7 +28,7 @@ repositories { group = 'com.taobao.android' description = """atlas_core""" String postFix = mini=='true' ? "-mini" : ""; -version "5.0.8.0${postFix}-SNAPSHOT" +version "5.0.7.55${postFix}" String getEnvValue(key, defValue) { def val = System.getProperty(key);