Skip to content

Commit

Permalink
Increment version (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mgamis-msft and github-actions[bot] authored Jan 17, 2025
1 parent 46bb71a commit 585a8e8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "1.2.5",
"version": "1.3.0",
"private": true,
"scripts": {
"test": "node scripts/test.js --config ./jest.config.js",
Expand Down Expand Up @@ -182,4 +182,4 @@
"eslintConfig": {
"extends": "react-app"
}
}
}
2 changes: 1 addition & 1 deletion client/src/telemetryAppInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// GENERATED FILE. DO NOT EDIT MANUALLY.

export const appName = 'virtualvisits';
export const appVersion = '1.2.5';
export const appVersion = '1.3.0';
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.2.5",
"version": "1.3.0",
"private": true,
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -74,4 +74,4 @@
"pre-commit": "pretty-quick --staged"
}
}
}
}

0 comments on commit 585a8e8

Please sign in to comment.