File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ function App() {
117117 < img src = { `${ import . meta. env . BASE_URL } logo.png` } alt = "OpenGridX Logo" className = "app-logo" />
118118 < h2 className = "app-title" >
119119 OpenGridX
120- < span className = "app-version" > v0.1.1 </ span >
120+ < span className = "app-version" > v0.1.2 </ span >
121121 </ h2 >
122122 </ div >
123123
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export default function Home(_props: HomeProps) {
6868 < div className = "home-logo-hero" >
6969 < img src = { `${ import . meta. env . BASE_URL } banner.png` } alt = "OpenGridX Logo" className = "home-banner-image" />
7070 </ div >
71- < span className = "home-badge" > OpenGridX v0.1.1 </ span >
71+ < span className = "home-badge" > OpenGridX v0.1.2 </ span >
7272 < p className = "home-subtitle" >
7373 The elite, high-performance DataGrid for modern React.
7474 Built to handle massive data with a premium developer experience.
You can’t perform that action at this time.
0 commit comments