Skip to content

Commit

Permalink
bump versions for 1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoulfe committed Dec 6, 2018
1 parent d03f735 commit 964f7c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Workflow/Properties/AssemblyInfo.cs
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.5.5.1")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
8 changes: 4 additions & 4 deletions appveyor.yml
@@ -1,5 +1,5 @@
# version format
version: 1.0.3.{build}
version: 1.0.4.{build}

image: Visual Studio 2017

Expand Down Expand Up @@ -41,9 +41,9 @@ deploy:
appveyor_repo_tag: true

- provider: GitHub
tag: v1.0.3
release: Release 1.0.3
description: "Fixes incorrect API url"
tag: v1.0.4
release: Release 1.0.4
description: "Cancel button in editor drawer was missing for admin users when the previous change had been rejected. Button is not missing anymore."
force_update: true
auth_token:
secure: Otbl8p8qCwciDqJgSWCyN0Arfs5XS1CwiHcK+r0F6uz9Rxt4gzBFvlc3cjPV3NxR
Expand Down

0 comments on commit 964f7c0

Please sign in to comment.