Skip to content

Commit

Permalink
Update version number from 2.2.0 to 2.3.0 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelzicc authored Jun 12, 2023
1 parent 096fa5c commit 27fcf97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Emrald_Site/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
2 changes: 1 addition & 1 deletion Emrald_Site/index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</script>

@{
string version = "2.2.0";
string version = "2.3.0";
}

<script src="scripts/jquery/jquery-2.1.4.min.js?v=@version"></script>
Expand Down
2 changes: 1 addition & 1 deletion Emrald_Site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h1 id="project_name" style="margin: 0;"></h1>
</div>

<div class="footer">
EMRALD version 2.2.0
EMRALD version 2.3.0
</div>
</body>

Expand Down

0 comments on commit 27fcf97

Please sign in to comment.