diff --git a/api/portainer.go b/api/portainer.go index d03a55b41..5eccbcbda 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1140,7 +1140,7 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.1.0" + APIVersion = "2.1.1" // DBVersion is the version number of the Portainer database DBVersion = 26 // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax diff --git a/package.json b/package.json index e7cac55e7..004be32bf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "2.1.0", + "version": "2.1.1", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git" @@ -10,12 +10,10 @@ "bugs": { "url": "https://github.com/portainer/portainer/issues" }, - "licenses": [ - { - "type": "Zlib", - "url": "https://raw.githubusercontent.com/portainer/portainer/develop/LICENSE" - } - ], + "licenses": [{ + "type": "Zlib", + "url": "https://raw.githubusercontent.com/portainer/portainer/develop/LICENSE" + }], "scripts": { "build": "grunt clean:all && grunt build", "build:server": "grunt clean:server && grunt build:server", @@ -166,4 +164,4 @@ "*.js": "eslint --cache --fix", "*.{js,css,md,html}": "prettier --write" } -} +} \ No newline at end of file