This repository was archived by the owner on Aug 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM node:stretch-slim as build-deps
22
33LABEL maintainer="helge.dzierzon@brockmann-consult.de"
44LABEL name="Cate App"
5- LABEL version="2.3.0-dev.3 "
5+ LABEL version="2.3.0-dev.4 "
66
77RUN apt-get -y update && apt-get install -y git apt-utils wget vim
88
Original file line number Diff line number Diff line change 1- version : 2.3.0-dev.3 -{build}
1+ version : 2.3.0-dev.4 -{build}
22image : Ubuntu
33stack : node 12
44install :
Original file line number Diff line number Diff line change 11{
22 "name" : " cate-app" ,
3- "version" : " 2.3.0-dev.3 " ,
3+ "version" : " 2.3.0-dev.4 " ,
44 "private" : true ,
55 "dependencies" : {
66 "@blueprintjs/core" : " ^3.30.1" ,
Original file line number Diff line number Diff line change 1414// "./service-worker.js" file changes). Therefore we use a version number here,
1515// so we can force updates.
1616//
17- const CATE_PWA_VERSION = "2.3.0-dev.3 " ;
17+ const CATE_PWA_VERSION = "2.3.0-dev.4 " ;
1818
1919console . debug ( `Cate PWA version ${ CATE_PWA_VERSION } ` ) ;
2020
Original file line number Diff line number Diff line change 22// 1. with the version field in "../package.json".
33// 2. with CATE_PWA_VERSION in "./serviceWorker.ts"
44//
5- export const CATE_APP_VERSION = "2.3.0-dev.3 " ;
5+ export const CATE_APP_VERSION = "2.3.0-dev.4 " ;
You can’t perform that action at this time.
0 commit comments