Skip to content

Commit

Permalink
deploy: c2f7aac
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Dec 9, 2024
1 parent 505ac32 commit a5a187d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions assets/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
6 changes: 3 additions & 3 deletions assets/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
6 changes: 3 additions & 3 deletions assets/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 ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1733699231106,
"timestamp": 1733719079180,
"index": "/index.html",
"assetGroups": [
{
Expand Down

0 comments on commit a5a187d

Please sign in to comment.