Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pocketberserker committed Jul 22, 2015
1 parent 0663ba0 commit ef751f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CSharp.Data.HList/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.2.0")]
[assembly: AssemblyFileVersion("0.1.2.0")]
[assembly: AssemblyVersion("0.1.3.0")]
[assembly: AssemblyFileVersion("0.1.3.0")]
4 changes: 2 additions & 2 deletions FSharp.Data.HList/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open System.Runtime.InteropServices
[<assembly: AssemblyProduct("FSharp.Data.HList")>]
[<assembly: Guid("C5977F56-636F-4BA5-8424-B337E4E677B7")>]

[<assembly: AssemblyVersion("0.1.2.0")>]
[<assembly: AssemblyFileVersion("0.1.2.0")>]
[<assembly: AssemblyVersion("0.1.3.0")>]
[<assembly: AssemblyFileVersion("0.1.3.0")>]

do ()
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.3.{build}
version: 0.1.4.{build}

branches:
except:
Expand Down

0 comments on commit ef751f3

Please # to comment.