Skip to content

Commit 632dfe3

Browse files
committed
chore: adjust
1 parent e5051ac commit 632dfe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/extend/start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ We need to tell Composer a bit about our package, and we can do this by creating
8989
"description": "Say hello to the world!",
9090
"type": "flarum-extension",
9191
"require": {
92-
"flarum/core": "^1.0.0"
92+
"flarum/core": "^2.0.0"
9393
},
9494
"autoload": {
9595
"psr-4": {"Acme\\HelloWorld\\": "src/"}

docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Is Flarum Stable?
44

5-
Yes! After 6 years of development, Flarum 1.0.0 is finally here.
5+
Yes! After 6 years of development, Flarum **1.0.0** was released, and we are now spear-heading the development of Flarum **2.0**.
66

77
### What's next after stable?
88

0 commit comments

Comments
 (0)