Skip to content

Commit

Permalink
Changed app version
Browse files Browse the repository at this point in the history
  • Loading branch information
alirizaadiyahsi committed Aug 8, 2019
1 parent 4f045a8 commit e8909f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Nucleus.Web.Api/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
Expand Down
2 changes: 1 addition & 1 deletion src/nucleus-web-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nucleus-web-vue",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/nucleus-web-vue/src/shared/application/nucleus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const nucleus = {
baseApiUrl: 'https://localhost:44313',
baseClientUrl: 'http://localhost:8080',
isLoading: false,
appVersion: '0.4.0',
appVersion: '1.0.0',
auth: {
grantedPermissions: [] as IPermissionDto[],
isGranted(permissionName: string) {
Expand Down

0 comments on commit e8909f4

Please sign in to comment.