Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdingena committed Apr 5, 2024
1 parent b258845 commit 155d5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "att-client",
"version": "0.5.2-beta.5",
"version": "0.5.2-beta.6",
"description": "Node bot library for A Township Tale, a VR game by Alta",
"homepage": "https://github.com/mdingena/att-client#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Verbosity } from './Logger/index.js';

export const AGENT = {
name: 'att-client',
version: '0.5.2-beta.5'
version: '0.5.2-beta.6'
};

const SECOND = 1000;
Expand Down

0 comments on commit 155d5bd

Please sign in to comment.