We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8300891 commit 2afff78Copy full SHA for 2afff78
Dockerfile
@@ -1,7 +1,7 @@
1
ARG ARCH=amd64
2
ARG NODE_VERSION=18
3
ARG OS=bullseye-slim
4
-ARG ICONIFY_API_VERSION=3.0.0
+ARG ICONIFY_API_VERSION=3.1.1
5
ARG SRC_PATH=./
6
7
#### Stage BASE ########################################################################################################
package.json
@@ -3,7 +3,7 @@
"description": "Iconify API",
"author": "Vjacheslav Trushkin",
"license": "MIT",
- "version": "3.1.0",
+ "version": "3.1.1",
"type": "module",
8
"bugs": "https://github.com/iconify/api/issues",
9
"homepage": "https://github.com/iconify/api",
0 commit comments