Skip to content

Commit

Permalink
Updated versions. Ready for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyvx committed Jun 20, 2024
1 parent 5a98008 commit 494c693
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Glitchy-Lib Java library

![Version](https://img.shields.io/badge/Version-1.9.0-blue)
![Version](https://img.shields.io/badge/Version-1.10.0-blue)
![Java](https://img.shields.io/badge/Java-21-orange)

Classes and utilities for general development.
Expand All @@ -25,6 +25,6 @@ repositories {
}

dependencies {
implementation("com.glitchybyte.glib:glib:1.9.0")
implementation("com.glitchybyte.glib:glib:1.10.0")
}
```
1 change: 1 addition & 0 deletions _gcolors
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ else
readonly cb_white=$(tput setab 7)
fi

# Pick from 256 colors.
color256() {
if [ "${term_color_count}" -lt "256" ]; then
echo ""
Expand Down
4 changes: 2 additions & 2 deletions code/glib/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2023 GlitchyByte
// Copyright 2020-2024 GlitchyByte
// SPDX-License-Identifier: MIT-0

plugins {
Expand Down Expand Up @@ -43,7 +43,7 @@ signing {
}

dependencies {
api("com.google.code.gson:gson:2.10.1")
api("com.google.code.gson:gson:2.11.0")
}

// Setup build info.
Expand Down
2 changes: 1 addition & 1 deletion code/glib/src/main/resources/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.1-SNAPSHOT
1.10.0
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.1-SNAPSHOT
1.10.0

0 comments on commit 494c693

Please sign in to comment.