diff --git a/Dockerfile b/Dockerfile index 187fb85..da48735 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN cd app && pip install . COPY app /app RUN mkdir -p /usr/blueos/userdata/blueos-proxy/ -LABEL version="1.0.1" +LABEL version="1.0.2" # TODO: Add a Volume for persistence across boots LABEL permissions='\ {\ diff --git a/app/main.py b/app/main.py index 91a3e4a..642c51d 100644 --- a/app/main.py +++ b/app/main.py @@ -63,7 +63,7 @@ def start(self, servers: ItemList): "description":"Example Extension", "icon":"mdi-clock-fast", "company":"Blue Robotics", - "version":"1.0.0", + "version":"1.0.2", "webpage":"https://example.com", "api":"" }} diff --git a/app/setup.py b/app/setup.py index 3b2850d..1c77782 100644 --- a/app/setup.py +++ b/app/setup.py @@ -6,7 +6,7 @@ setup( name="Blueos Proxy Extension", - version="0.1.0", + version="1.0.2", description="BlueOS Proxy Extension", license="MIT", install_requires=[