Skip to content

Commit 28ad95d

Browse files
committed
Bumped the version to 0.4.4.
1 parent 08e93ca commit 28ad95d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ 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.4.3] - 2019-03-13
9+
## [0.4.4] - 2019-04-23
10+
### Added
11+
12+
## [0.4.3] - 2019-04-23
1013
### Changed
1114
- Fixed a bug in `SQLiteDatabase#query()`
1215
([#4](https://github.com/drydart/flutter_sqlcipher/issues/4))
@@ -153,6 +156,8 @@ No functional changes.
153156
- `SQLiteDatabase#rawQuery()` method
154157
- `SQLiteDatabase#setLocale()` method
155158

159+
[0.4.4]: https://github.com/drydart/flutter_sqlcipher/compare/0.4.3...0.4.4
160+
[0.4.3]: https://github.com/drydart/flutter_sqlcipher/compare/0.4.2...0.4.3
156161
[0.4.2]: https://github.com/drydart/flutter_sqlcipher/compare/0.4.1...0.4.2
157162
[0.4.1]: https://github.com/drydart/flutter_sqlcipher/compare/0.4.0...0.4.1
158163
[0.4.0]: https://github.com/drydart/flutter_sqlcipher/compare/0.3.5...0.4.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.3
1+
0.4.4

pubspec.yaml

+1-1
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.4.3
3+
version: 0.4.4
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)