Skip to content

Commit

Permalink
Updated version to fix mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuseeg committed Oct 30, 2019
1 parent a184106 commit ef6c71c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1.2.2.{build}'
version: '1.3.1.{build}'
branches:
only:
- master-v7
Expand Down Expand Up @@ -36,7 +36,7 @@ deploy:

- provider: NuGet
api_key:
secure: xrveHCc8uVCO8671TOphpNnJpiYEhZzmc8AZjv5qnvt5GqPsCDOgddYednb7EM7M
secure: 5Wn5N0mjZaYlBvXqVIdydyAoXyHY7R0HZMhcdNWXi1telyEIBz2UHWNowZeZL7aJ
on:
branch: /master([-]v[0-9])?/
APPVEYOR_REPO_TAG: true
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Our.Umbraco.DataAnnotations",
"version": "1.2.2",
"version": "1.3.1",
"url": "https://github.com/rasmuseeg/Our.Umbraco.DataAnnotations",
"licenses": [
{
Expand Down
1 change: 1 addition & 0 deletions src/Our.Umbraco.DataAnnotations.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{041121B7
..\build\Gruntfile.js = ..\build\Gruntfile.js
..\build\pack.ps1 = ..\build\pack.ps1
..\build\package.json = ..\build\package.json
..\README.md = ..\README.md
..\build\restore.ps1 = ..\build\restore.ps1
EndProjectSection
EndProject
Expand Down

0 comments on commit ef6c71c

Please sign in to comment.