Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
# ResourcePackIdentifier

[![Maven Central](https://img.shields.io/maven-central/v/nl.dylandebeer/resource-pack-identifier?label=maven%20central)](https://central.sonatype.com/artifact/nl.dylandebeer/resource-pack-identifier)
[![CI](https://github.com/CodeByDylan/ResourcePackIdentifier/actions/workflows/ci.yml/badge.svg?branch=development)](https://github.com/CodeByDylan/ResourcePackIdentifier/actions/workflows/ci.yml)
[![CI](https://github.com/CodeByDylan/ResourcePackIdentifier/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/CodeByDylan/ResourcePackIdentifier/actions/workflows/ci.yml)
[![Publish](https://github.com/CodeByDylan/ResourcePackIdentifier/actions/workflows/publish.yml/badge.svg)](https://github.com/CodeByDylan/ResourcePackIdentifier/actions/workflows/publish.yml)
[![Java 25](https://img.shields.io/badge/java-25-orange)](https://openjdk.org/projects/jdk/25/)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
Expand DownExpand Up@@ -91,7 +91,7 @@ and `plainText()` flattens text and `extra` without inventing or discarding form

`src/main/resources/.../packformat/version-table.json` is generated, not hand-maintained:

```
```sh
./gradlew updateVersionTable
```

Expand Down
2 changes: 1 addition & 1 deletion docs/version-resolution.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -82,7 +82,7 @@ table.versions(); // newest first

It is generated, not hand-maintained:

```
```sh
./gradlew updateVersionTable
```

Expand Down