Skip to content

Commit

Permalink
composer & versioning mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan Özbey committed Jun 27, 2021
1 parent cb3285c commit cbcf929
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
### 0.1.0
### 1.0.1
**Fix** dummy composer & versioning mistakes.

### 1.0.0
First release.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@
"source": "https://github.com/the-turk/flarum-miserable-users"
},
"require": {
"flarum/core": "^1.0.0"
"flarum/core": "^1.0.2"
},
"autoload": {
"psr-4": {
"TheTurk\\Miserable\\": "src/"
}
},
"replace":{
"the-turk/flarum-miserable-users": "*"
},
"extra": {
"flarum-extension": {
"title": "Miserable Users",
Expand Down

0 comments on commit cbcf929

Please sign in to comment.