From 095e7bfdda3779f90ee5a69972aad4779076f9fc Mon Sep 17 00:00:00 2001 From: Daniel Eichhorn Date: Thu, 20 Jun 2024 11:38:59 +0200 Subject: [PATCH] Fix versions --- README.md | 8 ++++---- src/app/app.component.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e742de2..80f6547 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ESP-Firmware-Store +# Esp-App-Market -The ESP-Firmware-Store is web-based tool which is made for simplicity of use. +The Esp-App-Market is web-based tool to flash firmware to Espressif based microcontrollers ## Development server @@ -19,11 +19,11 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github. ### Building docker for local machine architecture -`docker build -t thingpulse/esp-app-market:1.0.2 . ` +`docker build -t thingpulse/esp-app-market:1.0.0 . ` ### building docker on ARM for x86 -`docker buildx build --platform linux/amd64 -t thingpulse/esp-app-market:1.0.2 .` +`docker buildx build --platform linux/amd64 -t thingpulse/esp-app-market:1.0.0 .` ### Running with docker-compose diff --git a/src/app/app.component.html b/src/app/app.component.html index 4057d93..b4856f9 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -11,5 +11,5 @@ \ No newline at end of file