diff --git a/CHANGELOG.md b/CHANGELOG.md index 63925509..b1165a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## vNext ... +## v0.34.0 +- [FE] Update Twitter and Telegram links + ## v0.33.0 - [FE] Token Metrics Enhancements: - Express both the "Total Supply" and "Total Staked" values in USD. diff --git a/api/package.json b/api/package.json index 0c9e90cb..3388e5ee 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "0.33.0", + "version": "0.34.0", "description": "PolkaStats API", "author": "Mario Pino Uceda", "license": "Apache-2.0", diff --git a/backend/package.json b/backend/package.json index 954251bd..cd376bfb 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "0.33.0", + "version": "0.34.0", "description": "PolkaStats NG Backend", "author": "Mario Pino Uceda", "license": "Apache-2.0", diff --git a/frontend/components/Footer.vue b/frontend/components/Footer.vue index 903e9af0..b8ddae12 100644 --- a/frontend/components/Footer.vue +++ b/frontend/components/Footer.vue @@ -29,13 +29,13 @@