Skip to content

Commit

Permalink
issue #47: update version and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Dec 11, 2023
1 parent c513d86 commit 2494eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Check Version
run: |
if [ "${{ steps.extract_version.outputs.version }}" != "${{ env.TYPESCRIPT_VERSION }}" ]; then
echo "You should be using typescript version ${EXPECTED_VERSION} instead of ${{ steps.extract_version.outputs.version }} ";
echo "You should be using typescript version ${EXPECTED_VERSION} ";
exit 1;
fi
2 changes: 1 addition & 1 deletion src/_versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface TsAppVersion {
gitTag?: string;
};
export const versions: TsAppVersion = {
version: '0.1.0',
version: '0.1.1',
name: 'finesse-frontend',
versionDate: '2023-12-04T21:25:19.734Z',
gitCommitHash: '1b203ac',
Expand Down

0 comments on commit 2494eb2

Please sign in to comment.