Skip to content

Commit

Permalink
0.83.2 - coni2k
Browse files Browse the repository at this point in the history
Closes #136
  • Loading branch information
coni2k committed Mar 13, 2018
1 parent 701aeca commit ce1440c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion AngularClient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "forcrowd-wealtheconomy-angularclient",
"description": "Experimental ideas on increasing sustainability and productivity",
"author": "Stichting forCrowd",
"version": "0.83.1",
"version": "0.83.2",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion AngularClient/src/app-settings/app-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ export class AppSettings {
/**
* Application version number
*/
static get version(): string { return "0.83.1"; }
static get version(): string { return "0.83.2"; }
}
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
### Changelog

**0.83.0**
**0.83.2**

* appveyor.yml removed

**0.83.1**

* AngularClient
* Multiple getProjectExpanded fix
Expand Down
3 changes: 0 additions & 3 deletions SolutionItems/SolutionItems.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
<None Include="Documents\Index Income Calculation-Outdated.xlsx" />
</ItemGroup>
<ItemGroup>
<None Include="..\appveyor.yml">
<Link>Documents\appveyor.yml</Link>
</None>
<None Include="..\LICENSE">
<Link>Documents\LICENSE</Link>
</None>
Expand Down
8 changes: 0 additions & 8 deletions appveyor.yml

This file was deleted.

0 comments on commit ce1440c

Please sign in to comment.