Skip to content

Commit

Permalink
fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Sep 23, 2024
1 parent b80bcdc commit e5e23f1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
29 changes: 16 additions & 13 deletions metadata/io.naox.InnerBreeze.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
<content_rating type="oars-1.1" />
<developer_name>NaoX</developer_name>
<categories>
<category>Health</category>
<category>Wellness</category>
<category>Utility</category>
<category>Education</category>
</categories>
<keywords>
<keyword>Meditation</keyword>
<keyword>Wellness</keyword>
<keyword>Yoga</keyword>
<keyword>Breathing</keyword>
<keyword>Wellness</keyword>
<keyword>Health</keyword>
<keyword>Mindfulness</keyword>
</keywords>

<name>Inner Breeze</name>
Expand All @@ -27,37 +30,37 @@
<screenshots>
<screenshot type="default">
<caption>Tutorial Screen 1</caption>
<image>https://raw.githubusercontent.com/naoxio/inner_breeze/main/metadata/en-US/images/desktopScreenshots/screenshot-1.jpg</image>
<image>https://raw.githubusercontent.com/naoxio/inbreeze/main/metadata/en-US/images/desktopScreenshots/screenshot-1.jpg</image>
</screenshot>
<screenshot>
<caption>Tutorial Screen 2</caption>
<image>https://raw.githubusercontent.com/naoxio/inner_breeze/main/metadata/en-US/images/desktopScreenshots/screenshot-2.jpg</image>
<image>https://raw.githubusercontent.com/naoxio/inbreeze/main/metadata/en-US/images/desktopScreenshots/screenshot-2.jpg</image>
</screenshot>
<screenshot>
<caption>Tutorial Screen 3</caption>
<image>https://raw.githubusercontent.com/naoxio/inner_breeze/main/metadata/en-US/images/desktopScreenshots/screenshot-3.png</image>
<image>https://raw.githubusercontent.com/naoxio/inbreeze/main/metadata/en-US/images/desktopScreenshots/screenshot-3.png</image>
</screenshot>
<screenshot>
<caption>Title Screen</caption>
<image>https://raw.githubusercontent.com/naoxio/inner_breeze/main/metadata/en-US/images/desktopScreenshots/screenshot-4.jpg</image>
<image>https://raw.githubusercontent.com/naoxio/inbreeze/main/metadata/en-US/images/desktopScreenshots/screenshot-4.jpg</image>
</screenshot>
<screenshot>
<caption>Exercise Results View</caption>
<image>https://raw.githubusercontent.com/naoxio/inner_breeze/main/metadata/en-US/images/desktopScreenshots/screenshot-5.jpg</image>
<image>https://raw.githubusercontent.com/naoxio/inbreeze/main/metadata/en-US/images/desktopScreenshots/screenshot-5.jpg</image>
</screenshot>
<screenshot>
<caption>Progress View</caption>
<image>https://raw.githubusercontent.com/naoxio/inner_breeze/main/metadata/en-US/images/desktopScreenshots/screenshot-6.jpg</image>
<image>https://raw.githubusercontent.com/naoxio/inbreeze/main/metadata/en-US/images/desktopScreenshots/screenshot-6.jpg</image>
</screenshot>

</screenshots>

<url type="homepage">https://inner-breeze.app</url>
<url type="bugtracker">https://github.com/naoxio/inner_breeze/issues</url>
<url type="homepage">https://inbreeze.xyz</url>
<url type="bugtracker">https://github.com/naoxio/inbreeze/issues</url>
<url type="donation">https://coindrop.to/naox</url>

<icon type="remote" height="72" width="72">https://raw.githubusercontent.com/naoxio/inner_breeze/main/android/app/src/main/res/mipmap-hdpi/ic_launcher.png</icon>
<icon type="remote" height="144" width="144">https://raw.githubusercontent.com/naoxio/inner_breeze/main/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png</icon>
<icon type="remote" height="72" width="72">https://raw.githubusercontent.com/naoxio/inbreeze/main/android/app/src/main/res/mipmap-hdpi/ic_launcher.png</icon>
<icon type="remote" height="144" width="144">https://raw.githubusercontent.com/naoxio/inbreeze/main/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png</icon>
<update_contact>[email protected]</update_contact>
<releases>
<release version="1.3.5" date="2024-09-23">
Expand Down
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: inner-breeze
adopt-info: inner-breeze
name: inbreeze
adopt-info: inbreeze

version: '1.3.2'
version: '1.3.5'
license: MIT
grade: stable
base: core20
Expand Down

0 comments on commit e5e23f1

Please sign in to comment.