Skip to content

Commit 3a952eb

Browse files
committed
Bump version to 1.0.0-preview10
1 parent 7c231fd commit 3a952eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.gilzoide.sqlite-net",
33
"displayName": "SQLite-net",
4-
"version": "1.0.0-preview9",
4+
"version": "1.0.0-preview10",
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",
88
"author": {
99
"name": "Gil Barbosa Reis"
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)