Skip to content

Commit

Permalink
Bumped version to 1.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uxmal committed Oct 27, 2018
1 parent da973e1 commit 30c8a6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Runtime/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
2 changes: 1 addition & 1 deletion src/Translate/TypeReferenceTranslator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public DataType TypeOf(Node node)
null);
case FloatType _:
return (
new CodeTypeReference(typeof(float)),
new CodeTypeReference(typeof(double)),
null);
case BoolType _:
return (
Expand Down

0 comments on commit 30c8a6c

Please sign in to comment.