mirror of https://github.com/portainer/portainer
Bump portainer version to 2.1.1
parent
d5864d78fc
commit
aa25eac951
|
@ -1140,7 +1140,7 @@ type (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// APIVersion is the version number of the Portainer API
|
// 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 is the version number of the Portainer database
|
||||||
DBVersion = 26
|
DBVersion = 26
|
||||||
// ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax
|
// ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax
|
||||||
|
|
14
package.json
14
package.json
|
@ -2,7 +2,7 @@
|
||||||
"author": "Portainer.io",
|
"author": "Portainer.io",
|
||||||
"name": "portainer",
|
"name": "portainer",
|
||||||
"homepage": "http://portainer.io",
|
"homepage": "http://portainer.io",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@github.com:portainer/portainer.git"
|
"url": "git@github.com:portainer/portainer.git"
|
||||||
|
@ -10,12 +10,10 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/portainer/portainer/issues"
|
"url": "https://github.com/portainer/portainer/issues"
|
||||||
},
|
},
|
||||||
"licenses": [
|
"licenses": [{
|
||||||
{
|
"type": "Zlib",
|
||||||
"type": "Zlib",
|
"url": "https://raw.githubusercontent.com/portainer/portainer/develop/LICENSE"
|
||||||
"url": "https://raw.githubusercontent.com/portainer/portainer/develop/LICENSE"
|
}],
|
||||||
}
|
|
||||||
],
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "grunt clean:all && grunt build",
|
"build": "grunt clean:all && grunt build",
|
||||||
"build:server": "grunt clean:server && grunt build:server",
|
"build:server": "grunt clean:server && grunt build:server",
|
||||||
|
@ -166,4 +164,4 @@
|
||||||
"*.js": "eslint --cache --fix",
|
"*.js": "eslint --cache --fix",
|
||||||
"*.{js,css,md,html}": "prettier --write"
|
"*.{js,css,md,html}": "prettier --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue