Skip to content

Commit

Permalink
update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptonbutterfly committed Dec 28, 2023
1 parent 67df77d commit 8772025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# 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.

## Download

java version | library version | Download
:----------: | :-------------: | :-------
18+ | 1.1.0 | [CacheBuilder.zip](https://github.com/tinycodecrank/CacheBuilder/releases/download/v1.1.0/CacheBuilder.zip)</br>[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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.tinycodecrank</groupId>
<artifactId>cache_builder</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<name>CacheBuilder</name>
<description>A java bytecode manipulator to decorate annotated functions with a specified cache</description>

Expand Down

0 comments on commit 8772025

Please sign in to comment.