Skip to content

Commit

Permalink
use same version number for all client apps to prevent confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ismcagdas committed Dec 18, 2018
1 parent 51ec518 commit 6fc8872
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "0.0.0",
"version": "4.3.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
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": "0.1.0",
"version": "4.3.0",
"private": true,
"dependencies": {
"@aspnet/signalr": "^1.0.0",
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": "0.1.0",
"version": "4.3.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 6fc8872

Please sign in to comment.