diff --git a/README.md b/README.md index d095a3a..8a7ed6a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Jitpack package repository - ESCPOS-ThermalPrinter-Android v1.0.1](https://jitpack.io/v/DantSu/ESCPOS-ThermalPrinter-Android.svg)](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/1.0.1) +[![Jitpack package repository - ESCPOS-ThermalPrinter-Android v2.0.0](https://jitpack.io/v/DantSu/ESCPOS-ThermalPrinter-Android.svg)](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.0) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) # Android library for ESC/POS Thermal Printer @@ -48,7 +48,7 @@ Developed for SDK version 16 (Android 4.1 Jelly Bean) and above. ## Installation -**Step 1.** Add the [JitPack](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/1.0.1) repository to your build file. Add it in your root `/build.gradle` at the end of repositories: +**Step 1.** Add the [JitPack](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.0) repository to your build file. Add it in your root `/build.gradle` at the end of repositories: ``` allprojects { @@ -64,7 +64,7 @@ allprojects { ``` dependencies { ... - implementation 'com.github.DantSu:ESCPOS-ThermalPrinter-Android:1.0.1' + implementation 'com.github.DantSu:ESCPOS-ThermalPrinter-Android:2.0.0' } ``` diff --git a/escposprinter/README.md b/escposprinter/README.md index d095a3a..8a7ed6a 100644 --- a/escposprinter/README.md +++ b/escposprinter/README.md @@ -1,4 +1,4 @@ -[![Jitpack package repository - ESCPOS-ThermalPrinter-Android v1.0.1](https://jitpack.io/v/DantSu/ESCPOS-ThermalPrinter-Android.svg)](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/1.0.1) +[![Jitpack package repository - ESCPOS-ThermalPrinter-Android v2.0.0](https://jitpack.io/v/DantSu/ESCPOS-ThermalPrinter-Android.svg)](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.0) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) # Android library for ESC/POS Thermal Printer @@ -48,7 +48,7 @@ Developed for SDK version 16 (Android 4.1 Jelly Bean) and above. ## Installation -**Step 1.** Add the [JitPack](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/1.0.1) repository to your build file. Add it in your root `/build.gradle` at the end of repositories: +**Step 1.** Add the [JitPack](https://jitpack.io/#DantSu/ESCPOS-ThermalPrinter-Android/2.0.0) repository to your build file. Add it in your root `/build.gradle` at the end of repositories: ``` allprojects { @@ -64,7 +64,7 @@ allprojects { ``` dependencies { ... - implementation 'com.github.DantSu:ESCPOS-ThermalPrinter-Android:1.0.1' + implementation 'com.github.DantSu:ESCPOS-ThermalPrinter-Android:2.0.0' } ```