Skip to content

Commit

Permalink
Hotfix v1.4.1
Browse files Browse the repository at this point in the history
Updated version number across files
  • Loading branch information
Dave89rr committed Apr 27, 2017
1 parent 109191f commit c79cdc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions learn-more.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<img class="Logo" src="images/launcher-icon-3x.png" alt="GGCMaps Logo">
<h1>GGCMaps</h1>
<p style="text-align: center; font-size: 1.5em; font-weight: 500;"><b>Browser Compatibility Issues</b></p>
<p style="text-align: center;">GGCMaps v.1.3.1<br>Released on: 4/07/2017</p>
<p style="text-align: center;">GGCMaps v.1.4.1<br>Released on: 4/27/2017</p>
<h3>Microsoft Edge</h3>
<div class="list-container">
<ul>
Expand All @@ -92,9 +92,6 @@ <h3>Microsoft Edge</h3>
<li>
No Offline Mode
</li>
<li>
Single letter search does not work (Search A to find A Building)
</li>
</ul>
</div> <!-- Microsoft Edge List Container -->
<h3>Internet Explorer</h3>
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var CACHE_NAME = 'GGCMaps-cache-v1.3.1';
var CACHE_NAME = 'GGCMaps-cache-v1.4.1';
// baseURL is used to switch between hosting structures.
// Set to null ('') for regular hosting
// Set to directory inside Github Pages
Expand Down

0 comments on commit c79cdc4

Please sign in to comment.