Browse Source

version 0.0.2

tanghongliang 7 years ago
parent
commit
81033567c0
2 changed files with 2 additions and 2 deletions
  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