Skip to content

Commit

Permalink
Bump to 1.10.0
Browse files Browse the repository at this point in the history
Changed my mind.  Fix splash screen too
  • Loading branch information
jtsage committed Jan 26, 2023
1 parent f4551be commit 6955832
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsg-mod-assistant",
"version": "2.0.0",
"version": "1.10.0",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand Down
2 changes: 1 addition & 1 deletion renderer/a_changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2 class="ps-2 mastHead"><l10n name="app_name"></l10n> <l10n class="ver" name="
<div class="row">
<div class="col-auto"><img style="width: auto; height: 200px" src="img/sidebar.png"></div>
<div class="col">
<h4>2.0.0</h4>
<h4>1.10.0</h4>
<ul>
<li>Rework mod filtering to a unified interface</li>
<li>FIX: Add "select active" mods to savegame compare</li>
Expand Down
6 changes: 4 additions & 2 deletions renderer/splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
<style>
.version {
top:258px;
left:518px;
left:0px;
width: 590px;
position:absolute;
font-weight:bolder;
text-transform: lowercase;
text-transform: lowercase;
text-align: right;
-webkit-transform: skew(-9deg);
font-size: 25px;
font-family: Impact,Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans serif;
Expand Down

0 comments on commit 6955832

Please sign in to comment.