Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ismcagdas committed Jul 26, 2019
1 parent 4a13a8d commit 641e1c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AbpProjectName",
"version": "4.6.0",
"version": "4.7.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class AppVersionHelper
/// Gets current version of the application.
/// It's also shown in the web page.
/// </summary>
public const string Version = "4.6.0.0";
public const string Version = "4.7.0.0";

/// <summary>
/// Gets release (last build) date of the application.
Expand Down
2 changes: 1 addition & 1 deletion reactjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactjs",
"version": "4.6.0",
"version": "4.7.0",
"private": true,
"dependencies": {
"@aspnet/signalr": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iview",
"version": "4.6.0",
"version": "4.7.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 641e1c5

Please sign in to comment.