Skip to content

Commit

Permalink
4.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Jul 29, 2023
1 parent 3a6f8ac commit 5c94879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ create one and add the following content to it:
```
{
"require": {
"mediawiki/semantic-media-wiki": "^4.1.0"
"mediawiki/semantic-media-wiki": "^4.1.2"
}
}
```

If you already have a "composer.local.json" file add the following line to the end of the "require"
section in your file:

"mediawiki/semantic-media-wiki": "^4.1.0"
"mediawiki/semantic-media-wiki": "^4.1.2"

Remember to add a comma to the end of the preceding line in this section.

Expand Down
2 changes: 1 addition & 1 deletion docs/releasenotes/RELEASE-NOTES-4.1.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Semantic MediaWiki 4.1.2

Released on July XXX, 2023.
Released on July 29th, 2023.

## Summary

Expand Down

0 comments on commit 5c94879

Please sign in to comment.