Skip to content

Commit

Permalink
Merge pull request #1020 from bitholla/hotfix-2.2
Browse files Browse the repository at this point in the history
Hotfix 2.2
  • Loading branch information
abeikverdi authored Nov 1, 2021
2 parents d0e4d55 + 2990a99 commit 4eca7b4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 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.2.1"
version: "2.2.2"
title: HollaEx Kit
host: api.hollaex.com
basePath: /v2
Expand Down
5 changes: 2 additions & 3 deletions server/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,12 @@ const checkStatus = () => {
secrets = status.secrets;
configuration.kit = status.kit;
return all([
checkActivation( // added kit
checkActivation(
status.name,
status.url,
status.activation_code,
status.kit_version,
status.constants,
status.kit
status.constants
),
Tier.findAll(),
status.dataValues
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.1",
"version": "2.2.2",
"private": false,
"description": "HollaEx Kit",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.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.2.1",
"version": "2.2.2",
"private": true,
"dependencies": {
"@ant-design/compatible": "1.0.5",
Expand Down

0 comments on commit 4eca7b4

Please sign in to comment.