Skip to content

Commit 144f95f

Browse files
authored
Merge pull request #147 from neel1996/v2.1.0
UI version patch
2 parents fc02948 + ca00a0e commit 144f95f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

ui/package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitconvex",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"private": true,
55
"homepage": "",
66
"dependencies": {

ui/src/util/env_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Global ENV file for all environment variables
22

3-
export const CURRENT_VERSION = "2.0.2";
3+
export const CURRENT_VERSION = "2.1.0";
44

55
//PORTS LIST
66
export const PORT_GLOBAL_API =

0 commit comments

Comments
 (0)