Skip to content

Commit 8e2d61e

Browse files
committed
Merge branch 'release/1.0.3'
2 parents 4f95003 + c77051b commit 8e2d61e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/google_sheet/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="GodotGoogleSheet"
44
description="A plugin written in GDScript which downloads google spreadsheet with HTTP protocol."
55
author="Deflinhec"
6-
version="1.0.2"
6+
version="1.0.3"
77
script="plugin.gd"

addons/google_sheet/src/gsheet.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,6 @@ static func parse(json: JSONParseResult) -> JSONParseResult:
384384
elif value.empty():
385385
new_row[name] = 0
386386
rows[pkey] = new_row
387-
response["dict"] = rows
387+
response["rows"] = rows
388388
json.result = response
389389
return json

0 commit comments

Comments
 (0)