Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
arshubham committed Jan 30, 2018
1 parent 7b80e9c commit bc64b93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "srtnr"
version = "0.1.0"
version = "0.1.2"
authors = ["Shubham Arora <[email protected]>"]

[dependencies.gtk]
Expand Down
2 changes: 1 addition & 1 deletion data/com.github.arshubham.srtnr.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.1.0" date="2018-01-31">
<release version="0.1.2" date="2018-01-31">
<description>
<p>Initial Release</p>
</description>
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
com.github.arshubham.srtnr (0.1.0) precise; urgency=low
com.github.arshubham.srtnr (0.1.2) precise; urgency=low

* Initial Release.

Expand Down
6 changes: 1 addition & 5 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'com.github.arshubham.srtnr', 'rust',
version: '0.1.0',
version: '0.1.2',
license: 'GPLv3',
)

Expand Down Expand Up @@ -30,7 +30,3 @@ cargo_release = custom_target('cargo-build',
install: true,
install_dir: srtnr_bindir,
command: [cargo_script, '@CURRENT_SOURCE_DIR@', '@OUTPUT@'])

run_target('release', command: ['scripts/release.sh',
meson.project_name() + '-' + srtnr_version
])

0 comments on commit bc64b93

Please sign in to comment.