Skip to content

Commit

Permalink
Bump to version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohansi committed Feb 11, 2022
1 parent a011787 commit 416ea7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mond.RemoteDebugger/Mond.RemoteDebugger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<AssemblyVersion>0.9.3</AssemblyVersion>
<AssemblyVersion>0.9.4</AssemblyVersion>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>

Expand Down
2 changes: 1 addition & 1 deletion Mond.Repl/Mond.Repl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
<RuntimeIdentifiers>any</RuntimeIdentifiers>
<AssemblyVersion>0.9.3</AssemblyVersion>
<AssemblyVersion>0.9.4</AssemblyVersion>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>

Expand Down
2 changes: 1 addition & 1 deletion Mond/Mond.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<AssemblyVersion>0.9.3</AssemblyVersion>
<AssemblyVersion>0.9.4</AssemblyVersion>
<DebugType>portable</DebugType>
<LangVersion>latest</LangVersion>

Expand Down

0 comments on commit 416ea7e

Please sign in to comment.