From e9c4cce4c97643723afc24400845e8ffb71c12eb Mon Sep 17 00:00:00 2001 From: Razican Date: Sat, 18 Feb 2017 10:09:53 +0100 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 d87f94fbb..94bca7746 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "super-analyzer" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bytecount 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 82c0f4931..068e29cd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "super-analyzer" -version = "0.3.0" +version = "0.3.1" authors = [ "Iban Eguia ", "Jaime Salas ", diff --git a/rpmbuild/super.spec b/rpmbuild/super.spec index 07c996291..ed318c9a5 100644 --- a/rpmbuild/super.spec +++ b/rpmbuild/super.spec @@ -1,5 +1,5 @@ Name: super-analyzer -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} Summary: Secure, Unified, Powerful and Extensible Rust Android Analyzer. URL: http://superanalyzer.rocks/