Skip to content

Commit

Permalink
Updated docs to prepare for possible next version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarmor committed Dec 24, 2020
1 parent 43af1c9 commit 6cf9070
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1><img src="https://github.com/dmarmor/epichrome/raw/master/images/readme/epichrome_icon.png" width="64" height="64" alt="Epichrome icon" /> Epichrome 2.3.22</h1>
<h1><img src="https://github.com/dmarmor/epichrome/raw/master/images/readme/epichrome_icon.png" width="64" height="64" alt="Epichrome icon" /> Epichrome 2.3.23</h1>

## Overview

Expand Down Expand Up @@ -58,9 +58,9 @@ Epichrome is open source and a labor of love, made possible by the generosity of
</b>


## New in version 2.3.22
## New in version 2.3.23

- The built-in engine has been updated to Brave 1.18.75.
- The built-in engine has been updated to Brave 1.1X.XX.


*Check out the [**change log**](https://github.com/dmarmor/epichrome/blob/master/app/CHANGELOG.md "CHANGELOG.md") for the full list.*
Expand Down
5 changes: 5 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
This project adheres to [Semantic Versioning](http://semver.org/).


## [2.3.23] - 202X-XX-XX
### Changed
- Updated built-in engine to Brave 1.1X.XX


## [2.3.22] - 2020-12-24
### Changed
- Updated built-in engine to Brave 1.18.75
Expand Down
2 changes: 1 addition & 1 deletion app/src/version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Epichrome version (#.#.# = release version, #.#.#b# = beta)
epiVersion=2.3.22
epiVersion=2.3.23
epiBuildNum=1
mcssbVersion="${epiVersion%[*}" # backward compatibility
2 changes: 1 addition & 1 deletion app/src/welcome/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3 class="group_pg pg_update pg_change_engine pg_reset">Changes to This App</h3
<div id="changes_minor" class="change_list changes_minor"> <!-- add .changes_version_zero for x.x.0 -->
<h3>New in Version <span id="update_version_minor">EPIVERSION</span></h3>
<ul>
<li>Built-in engine updated to Brave 1.18.75</li>
<li>Built-in engine updated to Brave 1.1X.XX</li>
</ul>
</div>
<!-- hide this for x.x.0 releases -->
Expand Down

0 comments on commit 6cf9070

Please sign in to comment.