소스 검색

version 0.0.2

tanghongliang 7 년 전
부모
커밋
81033567c0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      lib/src/net/test.dart
  2. 1 1
      pubspec.yaml

+ 1 - 1
lib/src/net/test.dart

@@ -1,5 +1,5 @@
 class Calculator {
   int addOne(int value) {
-    return value + 1;
+    return value + 2;
   }
 }

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: flustars
 description: A new Flutter plugin.
-version: 0.0.1
+version: 0.0.2
 author: thl <863764940@qq.com>
 homepage: https://github.com/Sky24n/flustars