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

Commit

Permalink
Bump v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Oct 9, 2019
1 parent 559bf63 commit ab426cb
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.2",
"version": "0.0.3",
"private": true,
"dependencies": {
"@types/jest": "24.0.18",
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
@@ -1,6 +1,6 @@
export const baseURI: string = "https://amber.h.tdem.in/api";

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

0 comments on commit ab426cb

Please sign in to comment.