Skip to content

Commit

Permalink
Create release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanfol committed Apr 18, 2023
1 parent 50121a1 commit fa6a39c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV read_timeout="15s"

ENV prefix_logs="false"

ENV FUNCTION_NAME=data-preparation-rel-1-0-0
ENV FUNCTION_NAME="data-preparation-rel-1-1-0"
ENV NODE_ENV=production
ENV PORT=3000
ENV CRSP_ENDPOINT=
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-preparation",
"version": "0.1.0",
"version": "1.1.0",
"description": "data-preparation",
"main": "src/index.ts",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -99,4 +99,4 @@
"prettier --write"
]
}
}
}

0 comments on commit fa6a39c

Please sign in to comment.