Skip to content

Commit

Permalink
Merge pull request #239 from IraSoro/prerelease-v2.3.10
Browse files Browse the repository at this point in the history
Prerelease v2.3.10
  • Loading branch information
IraSoro authored Jun 27, 2024
2 parents 1bbc900 + 4515e84 commit 929c3a7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ See the [open issues](https://github.com/IraSoro/peri/issues) and [project](http
</tr>
</table>

### Supported languages

- English
- Russian
- Spanish

### 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 modified 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.9",
"version": "2.3.10",
"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.9";
export const appVersion = "v2.3.10";

export interface GithubReleaseAsset {
content_type: string;
Expand Down

0 comments on commit 929c3a7

Please sign in to comment.