Skip to content

Commit

Permalink
prepare dev cycle 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Dec 1, 2023
1 parent cbe806c commit 0dab7d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!-- for main -->
<!--

[![Download](https://img.shields.io/badge/Download-v1.0.0-%23007ec6)](https://github.com/tegonal/minimalist/releases/tag/v1.0.0)
[![EUPL](https://img.shields.io/badge/%E2%9A%96-EUPL%201.2-%230b45a6)](https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12 "License")
[![Code Quality](https://github.com/tegonal/minimalist/workflows/Code%20Quality/badge.svg?event=push&branch=main)](https://github.com/tegonal/minimalist/actions/workflows/code-quality.yml?query=branch%3Amain)
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/minimalist/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
-->

<!-- for main end -->
<!-- for release -->

<!--
[![Download](https://img.shields.io/badge/Download-v1.0.0-%23007ec6)](https://github.com/tegonal/minimalist/releases/tag/v1.0.0)
[![EUPL](https://img.shields.io/badge/%E2%9A%96-EUPL%201.2-%230b45a6)](https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12 "License")
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/minimalist/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")

-->
<!-- for release end -->


Expand All @@ -23,11 +23,11 @@ a library which helps you in setting up parameterized tests and prioritise them
to execute all of them.


<!---
---
❗ You are taking a *sneak peek* at the next version. It could be that some features you find on this page are not released yet.
Please have a look at the README of the corresponding release/git tag -- latest version: [README of v0.0.0](https://github.com/tegonal/minimalist/tree/v0.0.0/README.md).
Please have a look at the README of the corresponding release/git tag. Latest version: [README of v1.0.0](https://github.com/tegonal/minimalist/tree/v1.0.0/README.md).

--->
---

**Table of Content**
- [Installation](#installation)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
alias(libs.plugins.nexus.publish)
}

version = "1.0.0"
version = "1.1.0-SNAPSHOT"
group = "com.tegonal.minimalist"
description = "Library which helps to setup and prioritise parameterized tests"

Expand Down

0 comments on commit 0dab7d8

Please sign in to comment.