From 8772025034a13ba1320c191591386c098d393c52 Mon Sep 17 00:00:00 2001 From: tinycodecrank Date: Thu, 28 Dec 2023 14:04:26 +0100 Subject: [PATCH] update version and readme --- README.md | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8ae794..ebb868d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CacheASM +# CacheBuilder [![Maven Package](https://github.com/tinycodecrank/CacheBuilder/actions/workflows/maven-publish.yml/badge.svg)](https://github.com/tinycodecrank/CacheBuilder/actions/workflows/maven-publish.yml) ByteCode manipulator used to decorate methods using **[@Cache](https://github.com/tinycodecrank/tinyCache)** annotations. @@ -6,6 +6,7 @@ ByteCode manipulator used to decorate methods using **[@Cache](https://github.co java version | library version | Download :----------: | :-------------: | :------- +18+ | 1.1.0 | [CacheBuilder.zip](https://github.com/tinycodecrank/CacheBuilder/releases/download/v1.1.0/CacheBuilder.zip)
[CacheBuilder.tar.gz](https://github.com/tinycodecrank/CacheBuilder/releases/download/v1.1.0/CacheBuilder.tar.gz) 18+ | 1.0.0 | [CacheASM.zip](https://github.com/tinycodecrank/CacheBuilder/releases/download/v1.0.0/CacheASM.zip) ## Install diff --git a/pom.xml b/pom.xml index 8e9646f..add4558 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 de.tinycodecrank cache_builder - 1.0.0 + 1.1.0 CacheBuilder A java bytecode manipulator to decorate annotated functions with a specified cache