Skip to content

Commit d408376

Browse files
committed
Release 3.1.1
1 parent e3cb73f commit d408376

File tree

29 files changed

+30
-30
lines changed

29 files changed

+30
-30
lines changed

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
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=3.1.0
3+
sonar.projectVersion=3.1.1
44
sonar.organization=jhipster
55
sonar.host.url=https://sonarcloud.io
66
sonar.sources=generators

docs/conf.py

Lines changed: 1 addition & 1 deletion
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 = '3.1.0'
26+
release = '3.1.1'
2727

2828

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-jhipster-dotnetcore",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "",
55
"keywords": [
66
"yeoman-generator",

test-integration/samples/gateway-app/.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"otherModules": [
2323
{
2424
"name": "generator-jhipster-dotnetcore",
25-
"version": "3.1.0"
25+
"version": "3.1.1"
2626
}
2727
],
2828
"blueprints": [

test-integration/samples/jwt-with-angular-app/.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"otherModules": [
2323
{
2424
"name": "generator-jhipster-dotnetcore",
25-
"version": "3.1.0"
25+
"version": "3.1.1"
2626
}
2727
],
2828
"blueprints": [

test-integration/samples/jwt-with-angular-cqrs-app/.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"otherModules": [
2424
{
2525
"name": "generator-jhipster-dotnetcore",
26-
"version": "3.1.0"
26+
"version": "3.1.1"
2727
}
2828
],
2929
"blueprints": [

test-integration/samples/jwt-with-blazor-app/.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"otherModules": [
2222
{
2323
"name": "generator-jhipster-dotnetcore",
24-
"version": "3.1.0"
24+
"version": "3.1.1"
2525
}
2626
],
2727
"blueprints": [

test-integration/samples/jwt-with-blazor-cqrs-app/.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"otherModules": [
2323
{
2424
"name": "generator-jhipster-dotnetcore",
25-
"version": "3.1.0"
25+
"version": "3.1.1"
2626
}
2727
],
2828
"blueprints": [

test-integration/samples/jwt-with-mongo-app/.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"otherModules": [
2323
{
2424
"name": "generator-jhipster-dotnetcore",
25-
"version": "3.1.0"
25+
"version": "3.1.1"
2626
}
2727
],
2828
"blueprints": [

0 commit comments

Comments
 (0)