Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegWock committed Mar 28, 2023
1 parent 2afffe7 commit 403fbd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Anori",
"description": "Customizable new tab: compose your own page from widgets",
"version": "1.2.3",
"version": "1.3.0",
"repository": "git@github.com:OlegWock/anori.git",
"author": "OlegWock <olegwock@gmail.com>",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions src/components/WhatsNew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ import './WhatsNew.scss';
export const WhatsNew = () => {
return (<div className="WhatsNew">
<section>
<h2>1.3.0</h2>
<ul>
<li>Now you can search in all icon sets at once (I don't believe I added this only now lol).</li>
<li>Icon picker now doesn't go beyond screen edge on smaller screens.</li>
</ul>
<h2>1.2.0</h2>
<ul>
<li>New weather widget! Give it a try, it can display both current weather in selected city and weather forecast.</li>
Expand Down

0 comments on commit 403fbd6

Please sign in to comment.