From c0f5eb3b8abe34e04841be7d3aba74141fd7d1ad Mon Sep 17 00:00:00 2001 From: Stephan Krusche Date: Mon, 23 Sep 2019 09:54:37 +0200 Subject: [PATCH] bump version to 3.7.1 --- README.md | 2 +- build.gradle | 2 +- package.json | 6 +++--- yarn.lock | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c4814a187706..7b8dca287195 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This application was generated using JHipster 6.3.1, you can find documentation and help at [http://www.jhipster.tech/documentation-archive/v6.3.1](http://www.jhipster.tech/documentation-archive/v6.3.1). -**Current version:** 3.7.0 +**Current version:** 3.7.1 ## Main features Artemis supports the following exercises: diff --git a/build.gradle b/build.gradle index 993e75494737..50da0f894ede 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ if (OperatingSystem.current().isWindows()) { defaultTasks "bootRun" group = "de.tum.in.www1.artemis" -version = "3.7.0" +version = "3.7.1" description = "Interactive Learning with Individual Feedback" springBoot { diff --git a/package.json b/package.json index dd7894fdddc3..177074d86172 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Artemis", - "version": "3.7.0", + "version": "3.7.1", "description": "Interactive Learning with Individual Feedback", "private": true, "license": "MIT", @@ -127,8 +127,8 @@ "html-webpack-plugin": "3.2.0", "husky": "3.0.5", "jasmine-core": "3.5.0", - "jest-junit": "^8.0.0", - "lint-staged": "9.2.5", + "jest-junit": "8.0.0", + "lint-staged": "9.3.0", "merge-jsons-webpack-plugin": "1.0.19", "mini-css-extract-plugin": "0.8.0", "mocha": "6.2.0", diff --git a/yarn.lock b/yarn.lock index 13ec5b12b199..d19e01780aed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7951,7 +7951,7 @@ jest-jasmine2@^24.9.0: pretty-format "^24.9.0" throat "^4.0.0" -jest-junit@^8.0.0: +jest-junit@8.0.0: version "8.0.0" resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-8.0.0.tgz#d4f7ff67e292a5426dc60bc38694c9f77cb94178" integrity sha512-cuD2XM2youMjrOxOu/7H2pLfsO8LfAG4D3WsBxd9fFyI9U0uPpmr/CORH64kbIyZ47X5x1Rbzb9ovUkAEvhEEA== @@ -8608,10 +8608,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -lint-staged@9.2.5: - version "9.2.5" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.2.5.tgz#5a3e1e0a539a403bd7f88542bc3d34ce52efdbb3" - integrity sha512-d99gTBFMJ29159+9iRvaMEQstmNcPAbQbhHSYw6D/1FncvFdIj8lWHztaq3Uq+tbZPABHXQ/fyN7Rp1QwF8HIw== +lint-staged@9.3.0: + version "9.3.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.3.0.tgz#522a79f166050ab5777887348f2cbdb03f71acac" + integrity sha512-OuL3xo6XpBErl16+3W9PdnFmgeGp12lM8I1Ii/B56S8Edy1kyrf4W8VD4IBn9v17QlutRQEWUJ54YF/VVQ7J2A== dependencies: chalk "^2.4.2" commander "^2.20.0"