Skip to content

Commit

Permalink
chore(client): Bump version
Browse files Browse the repository at this point in the history
* feat(client): Add `IDecoration.count`

* chore(client): Bump version
  • Loading branch information
Doxoh authored Jan 3, 2024
1 parent 474ed7e commit feabed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ declare module "alt-server" {
export interface IDecoration {
readonly collection: number;
readonly overlay: number;
readonly count: number;
}

/**
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.0.5",
"version": "16.0.6",
"description": "This package contains types definitions for alt:V server-side module.",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit feabed4

Please sign in to comment.