Skip to content

Commit

Permalink
Updated docs to 2.4.26.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarmor committed Dec 14, 2021
1 parent f6c0724 commit 72f156f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 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 <span id="epiversion">2.4.25</span></h1>
<h1><img src="https://github.com/dmarmor/epichrome/raw/master/images/readme/epichrome_icon.png" width="64" height="64" alt="Epichrome icon" /> Epichrome <span id="epiversion">2.4.26</span></h1>

## IMPORTANT NOTE

Expand Down Expand Up @@ -68,9 +68,9 @@ Epichrome is open source and has been a labor of love, made possible by the gene


<!-- CHANGES_START -->
## New in version <span id="epiversion">2.4.25</span>
## New in version <span id="epiversion">2.4.26</span>

- Built-in engine updated to Brave 1.32.113
- Built-in engine updated to Brave 1.32.115


*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.4.26] - 2021-12-14
### Changed
- Built-in engine updated to Brave 1.32.115


## [2.4.25] - 2021-11-27
### Changed
- Built-in engine updated to Brave 1.32.113
Expand Down
4 changes: 2 additions & 2 deletions app/src/version.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Epichrome version (#.#.#[#] = release version, #.#.#b#[#] = beta)

epiVersion=2.4.25
epiVersion=2.4.26
epiBuildNum=1
epiMinorChangeList=( \
'Built-in engine updated to Brave 1.32.113' \
'Built-in engine updated to Brave 1.32.115' \
) # END_epiMinorChangeList
epiMinorFixList=() # END_epiMinorFixList
epiDescMajor=( \
Expand Down
2 changes: 1 addition & 1 deletion app/src/welcome/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2 id="major_update_title" class="hide">🚀 MAJOR UPDATE!</h2>
<div id="changes_minor_change" class="change_list">
<h3>New in Version <span id="update_version_minor">EPIVERSION</span></h3>
<ul id="changes_minor_change_ul">
<li>Built-in engine updated to Brave 1.32.113</li>
<li>Built-in engine updated to Brave 1.32.115</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 72f156f

Please sign in to comment.