Skip to content

Commit 9bce0a5

Browse files
committed
Update LICENSE.md and plugin version
1 parent 19d0d7e commit 9bce0a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2020 Piet Bronders & Jeroen De Geeter
3+
Copyright (c) 2019-2021 Piet Bronders & Jeroen De Geeter
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

demo/addons/godot-sqlite/godot-sqlite.gd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ############################################################################ #
2-
# Copyright © 2019-present Piet Bronders & Jeroen De Geeter <[email protected]>
2+
# Copyright © 2019-2021 Piet Bronders & Jeroen De Geeter <[email protected]>
33
# Licensed under the MIT License.
44
# See LICENSE in the project root for license information.
55
# ############################################################################ #

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 3.1+), making it possible to use SQLite databases as data storage in all your future games."
55
author="Piet Bronders & Jeroen De Geeter"
6-
version="1.7"
6+
version="2.0"
77
script="godot-sqlite.gd"

0 commit comments

Comments
 (0)