Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 43e1f04

Browse files
committed
Bumped the version to 0.3.5.
1 parent 3c3d735 commit 43e1f04

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ 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.5] - 2019-01-xx
10+
### Added
11+
912
## [0.3.4] - 2019年01月26日
1013
### Changed
1114
- Fixed a type error in `SQLiteDatabase#insertOrThrow()`
@@ -132,6 +135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
132135
- `SQLiteDatabase#rawQuery()` method
133136
- `SQLiteDatabase#setLocale()` method
134137

138+
[0.3.5]: https://github.com/drydart/flutter_sqlcipher/compare/0.3.4...0.3.5
135139
[0.3.4]: https://github.com/drydart/flutter_sqlcipher/compare/0.3.3...0.3.4
136140
[0.3.3]: https://github.com/drydart/flutter_sqlcipher/compare/0.3.2...0.3.3
137141
[0.3.2]: https://github.com/drydart/flutter_sqlcipher/compare/0.3.1...0.3.2

‎VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.4
1+
0.3.5

‎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.4
3+
version: 0.3.5
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)

AltStyle によって変換されたページ (->オリジナル) /