Skip to content

Commit 0692a70

Browse files
committed
Bumped the version to 0.4.0.
1 parent f77fae1 commit 0692a70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [0.3.6] - 2019-01-xx
9+
## [0.4.0] - 2019-02-14
1010
### Added
1111

1212
## [0.3.5] - 2019-01-26
@@ -139,7 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139139
- `SQLiteDatabase#rawQuery()` method
140140
- `SQLiteDatabase#setLocale()` method
141141

142-
[0.3.6]: https://github.com/drydart/flutter_sqlcipher/compare/0.3.5...0.3.6
142+
[0.4.0]: https://github.com/drydart/flutter_sqlcipher/compare/0.3.5...0.4.0
143143
[0.3.5]: https://github.com/drydart/flutter_sqlcipher/compare/0.3.4...0.3.5
144144
[0.3.4]: https://github.com/drydart/flutter_sqlcipher/compare/0.3.3...0.3.4
145145
[0.3.3]: https://github.com/drydart/flutter_sqlcipher/compare/0.3.2...0.3.3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.6
1+
0.4.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See: https://www.dartlang.org/tools/pub/pubspec
22
name: flutter_sqlcipher
3-
version: 0.3.6
3+
version: 0.4.0
44
description: >-
55
Flutter plugin for SQLCipher, an extension to SQLite that provides
66
transparent AES encryption of database files.

0 commit comments

Comments
 (0)