Skip to content

Commit

Permalink
Merge pull request #507 from bitholla/2.0-develop
Browse files Browse the repository at this point in the history
2.0 develop
  • Loading branch information
abeikverdi authored Jan 28, 2021
2 parents 238126b + 1572554 commit c3d4a5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion server/api/swagger/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: "2.0"
info:
version: "2.0.1"
version: "2.0.2"
title: HollaEx Kit
host: api.hollaex.com
basePath: /v2
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "HollaEx Kit",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"json2csv": "4.5.4",
"jsonwebtoken": "7.4.3",
"latest-version": "5.1.0",
"lodash": "4.17.5",
"lodash": "4.17.20",
"mathjs": "3.20.2",
"moment": "2.21.0",
"moment-timezone": "0.5.28",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hollaex-kit",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"dependencies": {
"@ant-design/compatible": "1.0.5",
Expand Down

0 comments on commit c3d4a5d

Please sign in to comment.