Skip to content

Commit

Permalink
Merge pull request #235 from IraSoro/pre-release-v2.3.9
Browse files Browse the repository at this point in the history
Changes before release v2.3.9
  • Loading branch information
IraSoro authored Feb 15, 2024
2 parents 80a2878 + 3c6ed75 commit 151f914
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@ See the [open issues](https://github.com/IraSoro/peri/issues) and [project](http
</tr>
</table>

### Themes

<table>
<tr>
<td><img width="300" src="./demonstration/home.jpg" alt="lightTheme"></td>
<td><img width="300" src="./demonstration/darkTheme.jpg" alt="darkTheme"></td>
</tr>
<tr>
<td align="center">Light Theme</td>
<td align="center">Dark Theme</td>
</tr>
</table>

### How to build

You can find the full instruction about the project building in [BUILDING.md](https://github.com/IraSoro/peri/blob/master/BUILDING.md) file.
Expand Down
Binary file added demonstration/darkTheme.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demonstration/details.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demonstration/home.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demonstration/info.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demonstration/menu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demonstration/welcome.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 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": "peri",
"version": "2.3.8",
"version": "2.3.9",
"author": {
"name": "Irina Sorokina",
"url": "https://github.com/IraSoro"
Expand Down
2 changes: 1 addition & 1 deletion src/data/AppVersion.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { isPlatform } from "@ionic/core";

export const appVersion = "v2.3.8";
export const appVersion = "v2.3.9";

export interface GithubReleaseAsset {
content_type: string;
Expand Down

0 comments on commit 151f914

Please sign in to comment.