diff --git a/Dockerfile b/Dockerfile index be54e87..f8f31f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG ARCH=amd64 ARG NODE_VERSION=18 ARG OS=bullseye-slim -ARG ICONIFY_API_VERSION=3.0.0 +ARG ICONIFY_API_VERSION=3.1.1 ARG SRC_PATH=./ #### Stage BASE ######################################################################################################## diff --git a/package.json b/package.json index 6f45d70..840abfd 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Iconify API", "author": "Vjacheslav Trushkin", "license": "MIT", - "version": "3.1.0", + "version": "3.1.1", "type": "module", "bugs": "https://github.com/iconify/api/issues", "homepage": "https://github.com/iconify/api",