Skip to content

Commit

Permalink
bump version to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed Sep 23, 2019
1 parent d6ff1ff commit c0f5eb3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Artemis",
"version": "3.7.0",
"version": "3.7.1",
"description": "Interactive Learning with Individual Feedback",
"private": true,
"license": "MIT",
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c0f5eb3

Please sign in to comment.