Skip to content

Commit

Permalink
added tag to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lachhebo committed May 19, 2019
1 parent 022d4b4 commit d6b013c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions com.lachhebo.Gabtag.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"build-options": {
"cflags": "-O2 -g",
"cxxflags": "-O2 -g",
"env": {
"V": "1"
}
},
"cleanup": [
"/include",
"/lib/pkgconfig",
Expand Down Expand Up @@ -69,6 +62,7 @@
"sources": [
{
"type": "git",
"tag": "v1.0.2",
"url": "https://github.com/lachhebo/GabTag"
}
]
Expand Down
4 changes: 2 additions & 2 deletions data/com.lachhebo.Gabtag.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<releases>
<release date="2019-05-15" version="0.9"/>
<release date="2019-05-15" version="1.0.2"/>
</releases>
<version>0.9</version>
<version>1.0.2</version>
​<categories>
<category>Audio</category>
</categories>
Expand Down
2 changes: 1 addition & 1 deletion src/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<property name="title" translatable="yes">About</property>
<property name="type_hint">dialog</property>
<property name="program_name">GabTag</property>
<property name="version">0.9</property>
<property name="version">1.0.2</property>
<property name="comments" translatable="yes">GabTag is an open-source audio tagging tool written in gtk3.</property>
<property name="authors">Ismaël Lachheb</property>
<property name="logo_icon_name">com.lachhebo.Gabtag</property>
Expand Down

0 comments on commit d6b013c

Please sign in to comment.