Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump v0.0.5
  • Loading branch information
tdemin committed Nov 10, 2019
1 parent 7155493 commit 989309a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "amber_web",
"version": "0.0.4.1",
"version": "0.0.5",
"private": true,
"dependencies": {
"@types/jest": "24.0.18",
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
@@ -1,7 +1,7 @@
export const baseURI: string =
process.env.REACT_APP_APIURI || "https://amber.h.tdem.in/api";

export const appVersion: string = "0.0.4.1";
export const appVersion: string = "0.0.5";
export const appFullName: string = "Amber Web";
export const appName: string = "amber_web";
export const appAuthor: string = "Timur Demin";
Expand Down

0 comments on commit 989309a

Please sign in to comment.