From 6dc61302e56993b30a03aba58cc5dd6b49bd8a71 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Sat, 15 May 2021 11:13:37 +0200 Subject: [PATCH 1/2] Add maven central and github action badges --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b274aa4c..556f4d70 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ + + # ORX (OPENRNDR EXTRA) - [ ![Download](https://api.bintray.com/packages/openrndr/openrndr/orx/images/download.svg) ](https://bintray.com/openrndr/openrndr/orx/_latestVersion) +[![Download](https://maven-badges.herokuapp.com/maven-central/org.openrndr.extra/orx-panel/badge.svg)](https://mvnrepository.com/artifact/org.openrndr.extra/orx-panel) +![Build status](https://github.com/openrndr/orx/actions/workflows/generate-screenshots.yml/badge.svg) + A growing library of assorted data structures, algorithms and utilities. @@ -58,4 +62,4 @@ A growing library of assorted data structures, algorithms and utilities. run `./gradlew publishToMavenLocal -Prelease.version=0.4.0-SNAPSHOT` (or import in IntelliJ IDEA and edit the run configuration) -In an [`openrndr-template`](https://github.com/openrndr/openrndr-template) based project set `orxUseSnapshot = true` in order to use the snapshot build. \ No newline at end of file +In an [`openrndr-template`](https://github.com/openrndr/openrndr-template) based project set `orxUseSnapshot = true` in order to use the snapshot build. From 65ca1ce0540223f8b7a48e68abe15ef85123cddf Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Sat, 15 May 2021 09:22:10 +0000 Subject: [PATCH 2/2] add auto-generated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 556f4d70..47054123 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,4 @@ A growing library of assorted data structures, algorithms and utilities. run `./gradlew publishToMavenLocal -Prelease.version=0.4.0-SNAPSHOT` (or import in IntelliJ IDEA and edit the run configuration) -In an [`openrndr-template`](https://github.com/openrndr/openrndr-template) based project set `orxUseSnapshot = true` in order to use the snapshot build. +In an [`openrndr-template`](https://github.com/openrndr/openrndr-template) based project set `orxUseSnapshot = true` in order to use the snapshot build. \ No newline at end of file