Skip to content

Commit

Permalink
chore (shared): Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Jan 12, 2024
2 parents f22341a + f49d41c commit 9d1e33f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ declare module "alt-client" {
Portugese = "pt",
BrazilianPortuguese = "pt_br",
Romanian = "ro",

Serbian = "rs", // Wrong tag (sr)
Russian = "ru",
Slovak = "sk",
Expand Down Expand Up @@ -2645,6 +2646,11 @@ declare module "alt-client" {
*/
export function getMsPerGameMinute(): number;

/**
* Gets current server time since epoch in milliseconds.
*/
export function getServerTime(): number;

/**
* Gets the state of the specified permission.
*
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-client",
"version": "16.1.4",
"version": "16.1.5",
"description": "This package contains types definitions for alt:V client-side module.",
"types": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion natives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-natives",
"version": "16.1.2",
"version": "16.1.3",
"description": "This package contains types definitions for alt:V client-side natives.",
"types": "index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altv/types-server",
"version": "16.1.2",
"version": "16.1.3",
"description": "This package contains types definitions for alt:V server-side module.",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit 9d1e33f

Please sign in to comment.