Skip to content

Commit

Permalink
Update for beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Mar 9, 2021
1 parent f648930 commit b0c6704
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 142 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: JavaScript

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: flarum/action-build@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ProfileCover
![latest version](https://img.shields.io/github/release/SychO9/flarum-profile-cover.svg?style=flat-square)
![flarum version](https://img.shields.io/badge/flarum-%5E0.1.0--beta.15-%23e7742e?style=flat-square)
![flarum version](https://img.shields.io/badge/flarum-%5E0.1.0--beta.16-%23e7742e?style=flat-square)
![mit license](https://img.shields.io/badge/license-MIT-green.svg?style=flat-square&color=green)
![downloads](https://img.shields.io/packagist/dt/sycho/flarum-profile-cover?color=%23f28d1a&style=flat-square)
[![donate](https://img.shields.io/badge/donate-buy%20me%20a%20coffee-%23ffde39?style=flat-square)](https://www.buymeacoffee.com/sycho)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"authors": [
{
"name": "Sami 'SychO' Mazouz",
"name": "Sami Ilyes Mazouz",
"email": "[email protected]",
"homepage": "https://sycho9.github.io"
}
Expand All @@ -23,7 +23,7 @@
"forum": "https://discuss.flarum.org/d/23437"
},
"require": {
"flarum/core": "^0.1.0-beta.15"
"flarum/core": "^0.1.0-beta.16"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b0c6704

Please sign in to comment.