From 1822237b6ebe29bc70155e63c2bc87f81f02a8bc Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Mon, 13 Mar 2023 10:48:29 +0100
Subject: [PATCH] update version to 1.1.2

---
 Cargo.toml | 2 +-
 Dockerfile | 2 +-
 README.md  | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 8bc3401..6479255 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@
 
 [package]
 name = "bamcalib"
-version = "0.1.1"
+version = "0.1.2"
 edition = "2021"
 description = "A command line tools to compute normalized bigwig from calibrated bam of a Chip-Seq experiment"
 license = "AGPL-3.0-or-later"
diff --git a/Dockerfile b/Dockerfile
index 9d58127..dadca57 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-or-later
 FROM rust:1.67-alpine3.17 AS build
 
-RUN apk add --no-cache musl-dev pkgconfig openssl-dev && cargo install bamcalib --version 0.1.1
+RUN apk add --no-cache musl-dev pkgconfig openssl-dev && cargo install bamcalib --version 0.1.2
 
 FROM alpine:3.17
 
diff --git a/README.md b/README.md
index 1ae564e..e1aecf9 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,13 @@ You need `cargo` installed
 Then run the following command:
 
 ```sh
-cargo install bamcalib --version 0.1.1
+cargo install bamcalib --version 0.1.2
 ```
 
-You can also use the `lbmc/bamcalib:0.1.1` Docker image
+You can also use the `lbmc/bamcalib:0.1.2` Docker image
 
 ```sh
-docker run -it lbmc/bamcalib:0.1.1 bamcalib
+docker run -it lbmc/bamcalib:0.1.2 bamcalib
 ```
 
 ## Usage
-- 
GitLab