Skip to content

Commit da2bc1d

Browse files
committed
Release of 0.1.5
1 parent 30ed6d4 commit da2bc1d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.1.4-hotfix2]
1+
## [0.1.5]
22
* 添加debug产物
33
* 修复日志崩溃
44
* 适配部分路径问题

lib/utils/generated_config.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// This file will be updated when ship to pub.dev.
22
/// Do not modify manually.
33
///
4-
/// Date: Tue Jun 9 13:20:14 CST 2020
4+
/// Date: Thu Jun 18 09:06:51 CST 2020
55
/// Author: aven
6-
const VERSION_NAME = '0.1.4-hotfix1';
6+
const VERSION_NAME = '0.1.5';
77
const RELEASE = 1;

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: magpie_cli
22
description: Tools for magpie workflow, used to create template and start service.
3-
homepage: https://github.com/wuba/magpie_workflow
4-
version: 0.1.4-hotfix2
3+
homepage: https://github.com/wuba/magpie
4+
version: 0.1.5
55
environment:
66
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
77
sdk: ">=2.2.2 <3.0.0"

0 commit comments

Comments
 (0)