Skip to content

Commit

Permalink
Version 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DenWav committed Jul 20, 2023
1 parent 0678307 commit e0aa10f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group = dev.denwav.hypo
version = 1.2.6-SNAPSHOT
version = 1.2.6

org.gradle.parallel=true
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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")
Expand All @@ -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'
Expand All @@ -98,7 +98,7 @@ If you're using Gradle 7.0+ you can also use `hypo-catalog` if you like.
> <dependency>
> <groupId>dev.denwav.hypo</groupId>
> <artifactId>hypo-platform</artifactId>
> <version>1.2.5</version>
> <version>1.2.6</version>
> </dependency>
> </dependencies>
> </dependencyManagement>
Expand Down

0 comments on commit e0aa10f

Please sign in to comment.