File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11export default {
2- "latest_version" : "0.9.1 " ,
2+ "latest_version" : "0.9.2 " ,
33 "pre_version" : "" ,
44}
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ import Beta0_8_0_Preview_9 from "@site/src/pages/download/versions/beta0_8_0_Pre
55import Beta_0_7_2 from "@site/src/pages/download/versions/beta_0_7_2" ;
66import Beta_0_7_1 from "@site/src/pages/download/versions/beta_0_7_1" ;
77import Beta_0_7_0 from "@site/src/pages/download/versions/beta_0_7_0" ;
8- import Beta0_9_0 from "./versions/beta0_9_0 " ;
8+ import Beta0_9 from "./versions/beta0_9 " ;
99
1010
1111export default function Downloads ( ) : JSX . Element {
1212 return (
1313 < Layout
1414 description = "Create your world" >
1515 < div >
16- < Beta0_9_0 />
16+ < Beta0_9 />
1717 < Beta0_8_0_Preview_10 />
1818 < Beta0_8_0_Preview_9 />
1919 < Beta_0_7_2 />
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import Link from "@docusaurus/Link";
22import styles from "@site/src/pages/download/index.module.css" ;
33import VerInfoLDYOM from "@site/src/pages/download/verInfoLDYOM" ;
44
5- function Beta0_9_0 ( ) {
6- return ( < VerInfoLDYOM version = "Beta 0.9.1 " date = ""
5+ function Beta0_9 ( ) {
6+ return ( < VerInfoLDYOM version = "Beta 0.9.2 " date = ""
77 changes = {
88 < ul >
99 </ ul >
@@ -16,4 +16,4 @@ function Beta0_9_0() {
1616 blogLink = "" /> ) ;
1717}
1818
19- export default Beta0_9_0 ;
19+ export default Beta0_9 ;
You can’t perform that action at this time.
0 commit comments