浏览代码

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