Skip to content

Commit e1e2f9d

Browse files
committed
Bump plugin version to 4.5, Update SQLite to v3.49.1
1 parent 2f4d16d commit e1e2f9d

File tree

5 files changed

+13427
-6761
lines changed

5 files changed

+13427
-6761
lines changed

demo/addons/godot-sqlite/gdsqlite.gdextension

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[configuration]
22

33
entry_symbol = "sqlite_library_init"
4-
compatibility_minimum = "4.3"
4+
compatibility_minimum = "4.4"
55

66
[libraries]
77

demo/addons/godot-sqlite/plugin.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Godot SQLite"
44
description="GDNative wrapper for SQLite (Godot 4.X+), making it possible to use SQLite databases as data storage in all your future games."
55
author="Piet Bronders & Jeroen De Geeter"
6-
version="4.4"
6+
version="4.5"
77
script="godot-sqlite.gd"

0 commit comments

Comments
 (0)