Skip to content

Commit 39bfe65

Browse files
committed
Bump version to 1.2.1
1 parent 7b722ce commit 39bfe65

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
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.0...HEAD)
2+
## [Unreleased](https://github.com/gilzoide/unity-sqlite-net/compare/1.2.1...HEAD)
3+
4+
5+
## [1.2.1](https://github.com/gilzoide/unity-sqlite-net/tree/1.2.1)
36
### Added
47
- Add support for updating a struct passed to `Insert` with overload accepting `ref T`
58

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Either:
2929
```
3030
- Install using the [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui-giturl.html) with the following URL:
3131
```
32-
https://github.com/gilzoide/unity-sqlite-net.git#1.2.0
32+
https://github.com/gilzoide/unity-sqlite-net.git#1.2.1
3333
```
3434
- Clone this repository or download a snapshot of it directly inside your project's `Assets` or `Packages` folder.
3535

package.json

+1-1
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.0",
4+
"version": "1.2.1",
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",

0 commit comments

Comments
 (0)