From 9cf6b8c5447a34ff427159e035b9d58d9d27e904 Mon Sep 17 00:00:00 2001 From: SunSung W541 Date: Thu, 5 Sep 2024 13:26:02 +0200 Subject: [PATCH] main [v0.1.2] md --- README.md | 4 ++-- _run/values/ver.txt | 2 +- verControl.go | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 911a5df..35c8684 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/hard-soft-ware/mpost?color=green) ![GitHub repo size](https://img.shields.io/github/repo-size/hard-soft-ware/mpost) -Go implementation of the library https://github.com/eighthave/MPOST_Linux +Go implementation of the library [MPOST Linux](https://github.com/eighthave/MPOST_Linux) -Doc: [PROTOCOL SPECIFICATION](RETAIL EBDS PROTOCOL SPECIFICATION with MPOST G2.pdf) \ No newline at end of file +Doc [PROTOCOL SPECIFICATION](RETAIL EBDS PROTOCOL SPECIFICATION with MPOST G2.pdf) \ No newline at end of file diff --git a/_run/values/ver.txt b/_run/values/ver.txt index 8308b63..5366600 100644 --- a/_run/values/ver.txt +++ b/_run/values/ver.txt @@ -1 +1 @@ -v0.1.1 +v0.1.2 diff --git a/verControl.go b/verControl.go index 7714ead..f88d28b 100644 --- a/verControl.go +++ b/verControl.go @@ -3,10 +3,10 @@ package mpost const ( GlobalName string = "mpost" GlobalDateUpdate string = "09-05-2024" - GlobalHash string = "aa8d5108dfa4fae50fb73b3e0681b120b63721b2" + GlobalHash string = "9079973b6867cbd7d7fd3f3d8ad599e5cf9630a1" - GlobalVersion string = "v0.1.1" + GlobalVersion string = "v0.1.2" GlobalVersionMajor string = "v0" GlobalVersionMinor uint16 = 1 - GlobalVersionPatch uint16 = 1 + GlobalVersionPatch uint16 = 2 )