diff --git a/README-SR.md b/README-SR.md index e34fa58..e78ca7b 100644 --- a/README-SR.md +++ b/README-SR.md @@ -12,7 +12,7 @@ |Компонента система|Верзија| |-|-| |`contracts`|`1.5 test-net`| -|`frontend`|`0.95`| +|`frontend`|`1.1`| [![wakatime](https://wakatime.com/badge/github/vexy/simple_voting.svg)](https://wakatime.com/badge/github/vexy/simple_voting?style=for-the-badge) diff --git a/README.md b/README.md index 6281739..1558048 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -
PLEASE NOTE: PROJECT IS IN BETA TEST STAGE

+
+ PLEASE NOTE: PROJECT IS IN PUBLIC BETA TEST STAGE +

Live preview available at: https://infoportal.app

+
!["Platform_sample"](/sample.png) -**Live preview available at:** https://infoportal.app - # Simple Voting platform This is an example of blockchain based voting platform consisting of following components: - `Solidity` based smart-contracts @@ -12,7 +13,7 @@ This is an example of blockchain based voting platform consisting of following c |Component|Version| |-|-| |`contracts`|`1.5 test-net`| -|`frontend`|`0.95`| +|`frontend`|`1.1`| [![wakatime](https://wakatime.com/badge/github/vexy/simple_voting.svg)](https://wakatime.com/badge/github/vexy/simple_voting?style=for-the-badge) diff --git a/frontend/README.md b/frontend/README.md index 6af2eb2..43e5b25 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,6 +1,9 @@ # Voting platform frontend Frontend component of the simple _distributed voting platform_. -It is written in `TypeScript` with `SvelteKit` framework. +It is written in `TypeScript` with `SvelteKit` framework. + +Platform version: `v1.1` +Platform URL: `https://infoportal.app` ## Base features - search questions diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1fab669..85a51ad 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,6 +1,6 @@ { "name": "voting-platform-frontend", - "version": "1.0", + "version": "1.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/frontend/package.json b/frontend/package.json index 8f099ae..a51b1e4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "voting-platform-frontend", - "version": "1.0", + "version": "1.1", "private": true, "scripts": { "dev": "vite dev", diff --git a/frontend/src/lib/Footer.svelte b/frontend/src/lib/Footer.svelte index 82e27a4..5113b8b 100644 --- a/frontend/src/lib/Footer.svelte +++ b/frontend/src/lib/Footer.svelte @@ -4,11 +4,11 @@