Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gmariani committed Aug 18, 2018
1 parent 189ef23 commit e86ffdf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h1></h1>
</div>
<div class="forms">
<div id="aboutWindow" class="show">
<h1>.minerva (4.3.1.%BUILD%)</h1>
<h1>.minerva (4.3.2.%BUILD%)</h1>

<section class="clearfix">
<div class="row">
Expand All @@ -263,7 +263,8 @@ <h1>.minerva (4.3.1.%BUILD%)</h1>
<ul>
<li>
<a href="https://cdn.mariani.life/download/Minerva-3-5-0-resigned.air">Version 3.5.0 (Re-packaged to avoid install
errors)</a>
errors)
</a>
</li>
<li>
<a href="https://cdn.mariani.life/download/Minerva-3-4-0.air">Version 3.4.0</a>
Expand Down Expand Up @@ -292,6 +293,11 @@ <h4>Settings</h4>
<h4>Changelog</h4>
<pre class="scroll-box">
####################################################
4.3.2 - 2018-8-17
####################################################
- Fixed issue #79

####################################################
4.3.1 - 2018-8-17
####################################################
- Fixed issue #78: Object reference order error
Expand Down
2 changes: 1 addition & 1 deletion app/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
('use strict');

const config = {
version: '4.3.1.%BUILD%',
version: '4.3.2.%BUILD%',
staticCacheItems: [
'img/Mega_Man_Running.gif',
'img/favicon-196x196.png',
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minerva",
"version": "4.3.1",
"version": "4.3.2",
"description": "Online shared object editor",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e86ffdf

Please sign in to comment.