Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alirizaadiyahsi committed Dec 4, 2018
1 parent 5c734c4 commit d021cb5
Showing 1 changed file with 1 addition and 1 deletion.
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:44339',
baseClientUrl: 'http://localhost:8080',
isLoading: false,
appVersion: '0.3.0',
appVersion: '0.4.0',
auth: {
grantedPermissions: [] as IPermissionDto[],
isGranted(permissionName: string) {
Expand Down

0 comments on commit d021cb5

Please sign in to comment.