Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Dec 9, 2024
1 parent 131db48 commit c2f7aac
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions gta3/gta3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733174522852,
"version": "0.356",
"last_update": 1733719002552,
"version": "0.357",
"url": "https://library.sannybuilder.com/#/gta3"
},
"extensions": [
Expand Down Expand Up @@ -27323,7 +27323,7 @@
"id": "0AD6",
"name": "IS_END_OF_FILE_REACHED",
"num_params": 1,
"short_desc": "Returns true if the end of the specified file has been reached",
"short_desc": "Returns true if all data has been read or any file error occurred",
"class": "File",
"member": "IsEndReached",
"attrs": {
Expand Down
2 changes: 1 addition & 1 deletion gta3/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.356
0.357
6 changes: 3 additions & 3 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733681664349,
"version": "0.805",
"last_update": 1733719002441,
"version": "0.806",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -48026,7 +48026,7 @@
"id": "0AD6",
"name": "IS_END_OF_FILE_REACHED",
"num_params": 1,
"short_desc": "Returns true if the end of the specified file has been reached",
"short_desc": "Returns true if all data has been read or any file error occurred",
"class": "File",
"member": "IsEndReached",
"attrs": {
Expand Down
2 changes: 1 addition & 1 deletion sa/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.805
0.806
6 changes: 3 additions & 3 deletions vc/vc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733174522906,
"version": "0.366",
"last_update": 1733719002603,
"version": "0.367",
"url": "https://library.sannybuilder.com/#/vc"
},
"extensions": [
Expand Down Expand Up @@ -29059,7 +29059,7 @@
"id": "0AD6",
"name": "IS_END_OF_FILE_REACHED",
"num_params": 1,
"short_desc": "Returns true if the end of the specified file has been reached",
"short_desc": "Returns true if all data has been read or any file error occurred",
"class": "File",
"member": "IsEndReached",
"attrs": {
Expand Down
2 changes: 1 addition & 1 deletion vc/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.366
0.367

0 comments on commit c2f7aac

Please sign in to comment.