Skip to content

Commit 913ac12

Browse files
committed
Release 4.4.1
1 parent 2127a1f commit 913ac12

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.sonarcloud.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# --- properties for sonar cloud ---
22
sonar.projectKey=jhipster_jhipster-dotnetcore
3-
sonar.projectVersion=4.4.0
3+
sonar.projectVersion=4.4.1
44
sonar.organization=jhipster
55
sonar.host.url=https://sonarcloud.io
66
sonar.sources=generators

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = 'Nicolas Raymond'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '4.4.0'
26+
release = '4.4.1'
2727

2828

2929
# -- General configuration ---------------------------------------------------

generators/bootstrap-application/__snapshots__/generator.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports[`SubGenerator bootstrap-application of dotnetcore JHipster blueprint > r
2626
"blueprints": [
2727
{
2828
"name": "generator-jhipster-dotnetcore",
29-
"version": "4.4.0",
29+
"version": "4.4.1",
3030
},
3131
],
3232
"buildTool": "maven",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-jhipster-dotnetcore",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)