Skip to content

Commit

Permalink
Merge 874db2a into 8ffeae5
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 5, 2019
2 parents 8ffeae5 + 874db2a commit 7401ec0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions doc/downloads/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ var jsonData = { "versions": [
}
]
},
{ "major": 0, "minor": 0, "patch": 0, "day": 7, "month": 3, "year": 2019, "type": 2, "license": 2,
{ "major": 0, "minor": 0, "patch": 0, "day": 5, "month": 5, "year": 2019, "type": 2, "license": 2,
"platforms": [
{ "name": "Windows", "supported": "Windows 7 and later",
"files": [
{ "extension": ".exe" }, { "extension": ".zip" }
]
},
{ "name": "Linux", "supported": "Ubuntu 16.04 LTS (Xenial Xerus) and later",
{ "name": "Linux", "supported": "Ubuntu 18.04 LTS (Bionic Beaver) and later",
"files": [
{ "extension": ".tar.gz" }
]
},
{ "name": "macOS", "supported": "OS X 10.10 (Yosemite) and later",
{ "name": "macOS", "supported": "macOS 10.12 (Sierra) and later",
"files": [
{ "extension": ".dmg" }, { "extension": ".zip" }
]
Expand Down
4 changes: 2 additions & 2 deletions doc/downloads/previousSnapshots.js

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

2 changes: 1 addition & 1 deletion doc/supportedPlatforms.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<li><strong>OpenCOR 0.3 and 0.4.x:</strong> supported on both the 32-bit and 64-bit versions of <a href="https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_14.04_LTS_(Trusty_Tahr)">Ubuntu 14.04 LTS (Trusty Tahr)</a> and later.</li>
<li><strong>OpenCOR 0.5:</strong> supported on the 64-bit version of <a href="https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_14.04_LTS_(Trusty_Tahr)">Ubuntu 14.04 LTS (Trusty Tahr)</a> and later.</li>
<li><strong>OpenCOR 0.6:</strong> supported on the 64-bit version of <a href="https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_16.04_LTS_(Xenial_Xerus)">Ubuntu 16.04 LTS (Xenial Xerus)</a> and later.</li>
<li><strong>Snapshots:</strong> supported on the 64-bit version of <a href="https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_18.04_LTS_(Bionic_Beaver)">Ubuntu 18.04 LTS (Bionic Beaver)</a> and later.</li>
<li><strong>Snapshots:</strong> supported on the 64-bit version of <a href="https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_16.04_LTS_(Xenial_Xerus)">Ubuntu 16.04 LTS (Xenial Xerus)</a> and later (until snapshot 2019-03-07) and on the 64-bit version of <a href="https://en.wikipedia.org/wiki/Ubuntu_version_history#Ubuntu_18.04_LTS_(Bionic_Beaver)">Ubuntu 18.04 LTS (Bionic Beaver)</a> and later (from snapshot 2019-05-05).</li>
</ul>

<div class="section">
Expand Down
2 changes: 1 addition & 1 deletion doc/whatIsNew.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var jsonData = { "versions": [
{ "anchor": "latest", "description": "Latest snapshot", "day": 7, "month": 3, "year": 2019,
{ "anchor": "latest", "description": "Latest snapshot", "day": 5, "month": 5, "year": 2019,
"categories": [
{ "name": "Editing",
"entries": [
Expand Down

0 comments on commit 7401ec0

Please sign in to comment.