From cc9d75bf910df0a6dcc3acc62a1885b963c27414 Mon Sep 17 00:00:00 2001 From: landrok Date: Wed, 3 Apr 2024 09:32:53 +0200 Subject: [PATCH] Bump version 0.7.2 --- README.md | 2 +- composer.json | 2 +- docs/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9c588f..01a8ed3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ActivityPhp =========== -[![Build Status](https://github.com/landrok/activitypub/workflows/tests/badge.svg)](https://github.com/landrok/activitypub/actions) +[![Build Status](https://github.com/landrok/activitypub/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/landrok/activitypub/actions/workflows/php.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/410c804f4cd03cc39b60/maintainability)](https://codeclimate.com/github/landrok/activitypub/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/410c804f4cd03cc39b60/test_coverage)](https://codeclimate.com/github/landrok/activitypub/test_coverage) diff --git a/composer.json b/composer.json index 4cabe83..2e4eed7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "landrok/activitypub", "type": "library", - "version": "0.7.1", + "version": "0.7.2", "description": "A PHP implementation of ActivityPub protocol based upon the ActivityStreams 2.0 data format.", "keywords": ["ActivityPub", "ActivityStreams", "federation"], "homepage": "https://github.com/landrok/activitypub", diff --git a/docs/index.md b/docs/index.md index fcae263..ccf2374 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ layout: default --- -[![Build Status](https://github.com/landrok/activitypub/workflows/tests/badge.svg)](https://github.com/landrok/activitypub/actions) +[![Build Status](https://github.com/landrok/activitypub/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/landrok/activitypub/actions/workflows/php.yml) [![Test Coverage](https://api.codeclimate.com/v1/badges/410c804f4cd03cc39b60/test_coverage)](https://codeclimate.com/github/landrok/activitypub/test_coverage) **ActivityPhp** is an implementation of ActivityPub layers in PHP.