Skip to content

Commit

Permalink
Merge pull request #83 from torikulhabib/master
Browse files Browse the repository at this point in the history
Vapi
  • Loading branch information
torikulhabib authored Jan 5, 2022
2 parents 9379fcf + fbac6d4 commit 75a3e66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/com.github.gabutakut.gabutdm.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<binary>com.github.gabutakut.gabutdm</binary>
</provides>
​ <releases>
<release version="1.6.6" date="2022-1-4">
<release version="1.6.8" date="2022-1-5">
<description>
<p>Fix Proxy</p>
<p>Encryption</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project ('com.github.gabutakut.gabutdm','vala', 'c', version: '1.6.6')
project ('com.github.gabutakut.gabutdm','vala', 'c', version: '1.6.8')

i18n = import ('i18n')

Expand Down
2 changes: 1 addition & 1 deletion vapi/libqrencode.vapi
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace Qrencode {
public QRinputStruct splitQRinputToStruct ();
[CCode (cname = "QRinput_setFNC1First")]
public int setFNC1First ();
[CCode (cname = "QRinput_setFNC1First")]
[CCode (cname = "QRinput_setFNC1Second")]
public int setFNC1Second(string appid);
}

Expand Down

0 comments on commit 75a3e66

Please sign in to comment.