diff --git a/js/config.js b/js/config.js index aeb256c..1ddf007 100644 --- a/js/config.js +++ b/js/config.js @@ -1,7 +1,7 @@ define(["js/parameters.js"], function(parameters) { return { apiUrl: parameters[parameters.default_api_url], - version: "1.2.2", + version: "1.3.0", mimetypeIconNames: { "application/zip": "zip", "application/pdf": "pdf", diff --git a/newVersion b/newVersion index 6c6f4a4..dc0fb83 100755 --- a/newVersion +++ b/newVersion @@ -58,6 +58,7 @@ mv package.json .package.json.bkp mv .tmppackage.json package.json git add package.json +git add js/config.js git add changelog.md git commit -m "Passage en $NEWVERSION correspondant à l'API v.$APIVERSION" git push