Skip to content

Commit

Permalink
Merge pull request #77 from ducktordanny/fix/correct-version-number
Browse files Browse the repository at this point in the history
Fix: Correct version number on home page and in API
  • Loading branch information
ducktordanny committed Feb 8, 2024
2 parents 6c1c1f0 + 304d3b8 commit b20c051
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions apps/backend/src/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

> All notable changes to this project will be documented and versioned here.
## [0.10.2] - 2024-02-08

- Fix: Correct version number on home page and in API

## [0.10.1] - 2024-01-29

- Fix: Add loading spinner for changelog content
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/data/constants/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
appVersion: '0.9.0',
appVersion: '0.10.2',
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opres",
"version": "0.10.1",
"version": "0.10.2",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit b20c051

Please sign in to comment.