Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuhardt committed Jul 17, 2023
1 parent 7370902 commit eca96f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Resources/Raw/whats-new.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
}
</style>

<h4>Version 1.3.1 - July 16th, 2023</h4>
<p>Adjustments to line spacing</p>

<h4>Version 1.3.0 - July 15th, 2023</h4>
<ul>
<li><a class="tracker-id" href="gemini://bbs.geminispace.org/s/Rosy-Crow-Issues/12">#12</a> Added support for long-form text and file uploads via the <a href="gemini://transjovian.org/titan">Titan protocol</a></li>
Expand Down
4 changes: 2 additions & 2 deletions RosyCrow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
<AndroidSigningKeyPass>env:ROSYCROW_SIGNING_KEY_PASSWORD</AndroidSigningKeyPass>
<TrimMode>link</TrimMode>
<AndroidLinkTool>r8</AndroidLinkTool>
<ApplicationDisplayVersion>1.3.0</ApplicationDisplayVersion>
<ApplicationDisplayVersion>1.3.1</ApplicationDisplayVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-android33.0|AnyCPU'">
<ApplicationDisplayVersion>1.3.0</ApplicationDisplayVersion>
<ApplicationDisplayVersion>1.3.1</ApplicationDisplayVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit eca96f0

Please sign in to comment.