Browse Source

Prepare release

Anatoly Pulyaevskiy 5 years ago
parent
commit
375e50bfe4
2 changed files with 5 additions and 1 deletions
  1. 4
    0
      packages/zefyr/CHANGELOG.md
  2. 1
    1
      packages/zefyr/pubspec.yaml

+ 4
- 0
packages/zefyr/CHANGELOG.md View File

1
+## 0.6.0
2
+
3
+* Updated to support Flutter 1.7.8
4
+
1
 ## 0.5.0
5
 ## 0.5.0
2
 
6
 
3
 * Updated to support Flutter 1.2
7
 * Updated to support Flutter 1.2

+ 1
- 1
packages/zefyr/pubspec.yaml View File

1
 name: zefyr
1
 name: zefyr
2
 description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
2
 description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
3
-version: 0.5.0
3
+version: 0.6.0
4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
5
 homepage: https://github.com/memspace/zefyr
5
 homepage: https://github.com/memspace/zefyr
6
 
6