Skip to content

Commit

Permalink
✨ Height and weight values now display the unit of measurement inside…
Browse files Browse the repository at this point in the history
… the inputs
  • Loading branch information
TheHeadmaster committed Sep 20, 2020
1 parent 42ef117 commit 46b549b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmoji-changelogrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"project": {
"name": "quartz",
"description": "An Integrated Development Environment for creating Battler-Based RPG and Dungeon Crawler games.",
"version": "1.1.2-alpha"
"version": "1.1.3-alpha"
},
"commitMapping": [
{
Expand Down
4 changes: 2 additions & 2 deletions Quartz.Core/Quartz.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyVersion>1.1.2.1</AssemblyVersion>
<FileVersion>1.1.2.1</FileVersion>
<AssemblyVersion>1.1.3.0</AssemblyVersion>
<FileVersion>1.1.3.0</FileVersion>
</PropertyGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
Expand Down
4 changes: 2 additions & 2 deletions Quartz.IDE/Quartz.IDE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyVersion>1.1.2.1</AssemblyVersion>
<FileVersion>1.1.2.1</FileVersion>
<AssemblyVersion>1.1.3.0</AssemblyVersion>
<FileVersion>1.1.3.0</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit 46b549b

Please sign in to comment.