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.1.1
  • Loading branch information
tdemin committed Jan 16, 2020
1 parent 9c21b62 commit f42d494
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.1.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"@types/jest": "^24.X",
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/v0";

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

0 comments on commit f42d494

Please sign in to comment.