Skip to content

Commit

Permalink
Bump version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
landrok committed Jan 31, 2021
1 parent 32e20fc commit f7f2ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "landrok/activitypub",
"type": "library",
"version": "0.5.4",
"version": "0.5.5",
"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",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
---

[![Build Status](https://travis-ci.org/landrok/activitypub.svg?branch=master)](https://travis-ci.org/landrok/activitypub)
[![Build Status](https://travis-ci.com/landrok/activitypub.svg?branch=master)](https://travis-ci.com/landrok/activitypub)
[![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.
Expand Down

0 comments on commit f7f2ee1

Please sign in to comment.