Skip to content

Commit 244ffd5

Browse files
committed
increased version number
1 parent fd9fc2f commit 244ffd5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AbpProjectName",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"license": "MIT",
55
"angular-cli": {},
66
"scripts": {

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/AppVersionHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class AppVersionHelper
1313
/// Gets current version of the application.
1414
/// It's also shown in the web page.
1515
/// </summary>
16-
public const string Version = "4.7.0.0";
16+
public const string Version = "4.7.1.0";
1717

1818
/// <summary>
1919
/// Gets release (last build) date of the application.

reactjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactjs",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"private": true,
55
"dependencies": {
66
"@aspnet/signalr": "^1.1.4",

vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iview",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)