From e0aa10ff173cf7bdacf60a2d4c59b880288ad4a7 Mon Sep 17 00:00:00 2001 From: Kyle Wood Date: Wed, 19 Jul 2023 23:08:22 -0500 Subject: [PATCH] Version 1.2.6 --- gradle.properties | 2 +- readme.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index ca8b3d8..600ba04 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group = dev.denwav.hypo -version = 1.2.6-SNAPSHOT +version = 1.2.6 org.gradle.parallel=true diff --git a/readme.md b/readme.md index bc45ddd..32206bc 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ Hypo ==== -[![Maven Central Version 1.2.5](https://img.shields.io/badge/Maven_Central-1.2.5-blue?logo=apache-maven&style=flat)](https://search.maven.org/search?q=g:dev.denwav.hypo) +[![Maven Central Version 1.2.6](https://img.shields.io/badge/Maven_Central-1.2.6-blue?logo=apache-maven&style=flat)](https://search.maven.org/search?q=g:dev.denwav.hypo) [![Test](https://github.com/DenWav/Hypo/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/DenWav/Hypo/actions/workflows/test.yml) Hypo is a model for Java bytecode inspection. The main idea behind Hypo is to separate the process of determining @@ -51,7 +51,7 @@ If you're using Gradle 7.0+ you can also use `hypo-catalog` if you like. > } > > dependencies { -> implementation(platform("dev.denwav.hypo:hypo-platform:1.2.5")) +> implementation(platform("dev.denwav.hypo:hypo-platform:1.2.6")) > // Whichever modules you need: > implementation("dev.denwav.hypo:hypo-model") > implementation("dev.denwav.hypo:hypo-core") @@ -74,7 +74,7 @@ If you're using Gradle 7.0+ you can also use `hypo-catalog` if you like. > } > > dependencies { -> implementation platform('dev.denwav.hypo:hypo-platform:1.2.5') +> implementation platform('dev.denwav.hypo:hypo-platform:1.2.6') > // Whichever modules you need: > implementation 'dev.denwav.hypo:hypo-model' > implementation 'dev.denwav.hypo:hypo-core' @@ -98,7 +98,7 @@ If you're using Gradle 7.0+ you can also use `hypo-catalog` if you like. > > dev.denwav.hypo > hypo-platform -> 1.2.5 +> 1.2.6 > > >