Skip to content

Commit

Permalink
升级新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
zjutyujf committed Nov 27, 2017
1 parent 1704706 commit 9089985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion atlas-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9089985

Please sign in to comment.