Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brian7704 committed Mar 28, 2024
1 parent 41176bb commit 48bd399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opentakserver-ui",
"private": true,
"version": "0.1.0",
"version": "1.0.0",
"scripts": {
"dev": "vite --force",
"build": "ts-appversion --git=. && tsc && vite build",
Expand Down
8 changes: 4 additions & 4 deletions src/_versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ export interface TsAppVersion {
gitTag?: string;
};
export const versions: TsAppVersion = {
version: '0.1.0',
version: '1.0.0',
name: 'opentakserver-ui',
versionDate: '2024-03-27T18:47:57.219Z',
gitCommitHash: '4fb7799',
versionLong: '0.1.0-4fb7799',
versionDate: '2024-03-28T18:26:33.527Z',
gitCommitHash: '41176bb',
versionLong: '1.0.0-41176bb',
gitTag: 'null',
};
export default versions;

0 comments on commit 48bd399

Please sign in to comment.