We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c6322 commit 462eb83Copy full SHA for 462eb83
CHANGELOG.md
@@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
+## [0.4.3] - 2019-03-13
10
+### Added
11
+
12
## [0.4.2] - 2019-03-13
13
### Changed
14
- Required flutter_android 0.4.0+
VERSION
@@ -1 +1 @@
1
-0.4.2
+0.4.3
pubspec.yaml
@@ -1,6 +1,6 @@
# See: https://www.dartlang.org/tools/pub/pubspec
2
name: flutter_sqlcipher
3
-version: 0.4.2
+version: 0.4.3
4
description: >-
5
Flutter plugin for SQLCipher, an extension to SQLite that provides
transparent AES encryption of database files.
0 commit comments