Skip to content

Commit d793e21

Browse files
committed
Bump version to 1.3.0
1 parent 79c472f commit d793e21

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
2-
## [Unreleased](https://github.com/gilzoide/unity-sqlite-net/compare/1.2.4...HEAD)
2+
## [Unreleased](https://github.com/gilzoide/unity-sqlite-net/compare/1.3.0...HEAD)
3+
4+
5+
## [1.3.0](https://github.com/gilzoide/unity-sqlite-net/tree/1.3.0)
36
### Added
47
- Support for encrypting / decrypting databases by using [SQLite3 Multiple Ciphers](https://utelle.github.io/SQLite3MultipleCiphers/) implementation
58
- [SQLiteAsset](Runtime/SQLiteAsset.cs): read-only SQLite database Unity assets.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Either:
3333
```
3434
- Install using the [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui-giturl.html) with the following URL:
3535
```
36-
https://github.com/gilzoide/unity-sqlite-net.git#1.2.4
36+
https://github.com/gilzoide/unity-sqlite-net.git#1.3.0
3737
```
3838
- Clone this repository or download a snapshot of it directly inside your project's `Assets` or `Packages` folder.
3939

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.gilzoide.sqlite-net",
33
"displayName": "SQLite-net",
4-
"version": "1.2.4",
4+
"version": "1.3.0",
55
"description": "SQLite-net for Unity, supports Windows, Linux, macOS, iOS, tvOS, visionOS, Android and WebGL",
66
"homepage": "https://github.com/gilzoide/unity-sqlite-net",
77
"license": "MIT",
@@ -16,4 +16,4 @@
1616
}
1717
],
1818
"unity": "2021.2"
19-
}
19+
}

0 commit comments

Comments
 (0)