Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue #35: remove homepage
Browse files Browse the repository at this point in the history
vivalareda committed Nov 24, 2023

Verified

This commit was signed with the committer’s verified signature.
dplocki Dawid Płocki
1 parent 6924943 commit f98838b
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@
"name": "finesse-frontend",
"version": "0.1.0",
"private": true,
"homepage": "https://ai-cfia.github.io/finesse-frontend",
"dependencies": {
"@saithodev/ts-appversion": "^2.2.0",
"react": "^18.2.0",
8 changes: 4 additions & 4 deletions src/_versions.ts
Original file line number Diff line number Diff line change
@@ -9,10 +9,10 @@ export interface TsAppVersion {
gitTag?: string;
};
export const versions: TsAppVersion = {
version: '0.1.1',
version: '0.1.0',
name: 'finesse-frontend',
versionDate: '2023-11-06T17:26:41.959Z',
gitCommitHash: '499e4ad',
versionLong: '0.1.0-499e4ad',
versionDate: '2023-11-24T21:13:58.324Z',
gitCommitHash: '6924943e',
versionLong: '0.1.0-6924943e',
};
export default versions;

0 comments on commit f98838b

Please sign in to comment.