From bf681dc890d3006c3d19ac9121a9f44699336a77 Mon Sep 17 00:00:00 2001 From: vjrj Date: Thu, 10 Jun 2021 13:43:45 +0200 Subject: [PATCH] Bump 1.1.14 --- docker/u18/Dockerfile | 4 ++-- docker/u20/Dockerfile | 4 ++-- pubspec.yaml | 2 +- web/version.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/u18/Dockerfile b/docker/u18/Dockerfile index 0493a749..93375992 100644 --- a/docker/u18/Dockerfile +++ b/docker/u18/Dockerfile @@ -114,12 +114,12 @@ RUN su - ubuntu -c 'git clone --depth 1 --branch v2.0.7 https://github.com/Atlas # la-toolkit backend RUN mkdir -p /home/ubuntu/la-toolkit RUN chown -R ubuntu:ubuntu /home/ubuntu/la-toolkit -RUN echo "2021060901" +RUN echo "2021061001" RUN su - ubuntu -c 'git clone --depth 1 https://github.com/living-atlases/la-toolkit-backend.git /home/ubuntu/la-toolkit' RUN su - ubuntu -c 'cd /home/ubuntu/la-toolkit && npm install' # la-toolkit frontend -RUN curl -L https://github.com/living-atlases/la-toolkit/releases/download/v1.1.13/flutter-web-1.1.13.tgz | tar xfz - -C /home/ubuntu/la-toolkit/assets/ --strip-components=2 +RUN curl -L https://github.com/living-atlases/la-toolkit/releases/download/v1.1.14/flutter-web-1.1.14.tgz | tar xfz - -C /home/ubuntu/la-toolkit/assets/ --strip-components=2 # RUN echo "2021032402" # COPY build/web/ /home/ubuntu/la-toolkit/assets/ COPY assets/.env.production /home/ubuntu/la-toolkit/assets/assets/env.production.txt diff --git a/docker/u20/Dockerfile b/docker/u20/Dockerfile index b1802868..4745f729 100644 --- a/docker/u20/Dockerfile +++ b/docker/u20/Dockerfile @@ -114,12 +114,12 @@ RUN su - ubuntu -c 'git clone --depth 1 --branch v2.0.7 https://github.com/Atlas # la-toolkit backend RUN mkdir -p /home/ubuntu/la-toolkit RUN chown -R ubuntu:ubuntu /home/ubuntu/la-toolkit -RUN echo "2021060901" +RUN echo "2021061001" RUN su - ubuntu -c 'git clone --depth 1 https://github.com/living-atlases/la-toolkit-backend.git /home/ubuntu/la-toolkit' RUN su - ubuntu -c 'cd /home/ubuntu/la-toolkit && npm install' # la-toolkit frontend -RUN curl -L https://github.com/living-atlases/la-toolkit/releases/download/v1.1.13/flutter-web-1.1.13.tgz | tar xfz - -C /home/ubuntu/la-toolkit/assets/ --strip-components=2 +RUN curl -L https://github.com/living-atlases/la-toolkit/releases/download/v1.1.14/flutter-web-1.1.14.tgz | tar xfz - -C /home/ubuntu/la-toolkit/assets/ --strip-components=2 # RUN echo "2021032402" # COPY build/web/ /home/ubuntu/la-toolkit/assets/ COPY assets/.env.production /home/ubuntu/la-toolkit/assets/assets/env.production.txt diff --git a/pubspec.yaml b/pubspec.yaml index 4be795b4..9eec56f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # version: 1.0.0+1 -version: 1.1.13 +version: 1.1.14 environment: sdk: '>=2.12.0 <3.0.0' diff --git a/web/version.txt b/web/version.txt index 9ea63dbc..e9bc1499 100644 --- a/web/version.txt +++ b/web/version.txt @@ -1 +1 @@ -1.1.13 +1.1.14