From c93ed0881d3830a76244df9e2aede16fb3e3cec5 Mon Sep 17 00:00:00 2001 From: Razican Date: Sat, 24 Jun 2017 10:19:23 +0200 Subject: [PATCH] Bumped version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- rpmbuild/super.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 863f8147a..b8455f8ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "super-analyzer" -version = "0.4.0" +version = "0.4.1" dependencies = [ "abxml 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytecount 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3ebab74ad..5e7fa0870 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "super-analyzer" -version = "0.4.0" +version = "0.4.1" authors = [ "Iban Eguia ", "Jaime Salas ", diff --git a/rpmbuild/super.spec b/rpmbuild/super.spec index e3bb1bcae..ac69f7aed 100644 --- a/rpmbuild/super.spec +++ b/rpmbuild/super.spec @@ -1,5 +1,5 @@ Name: super-analyzer -Version: 0.4.0 +Version: 0.4.1 Release: 1%{?dist} Summary: Secure, Unified, Powerful and Extensible Rust Android Analyzer. URL: http://superanalyzer.rocks/