andi 2 жил өмнө
parent
commit
f6de00dc6e

+ 1 - 1
components/Layout/Footer.js

@@ -7,7 +7,7 @@ class Footer extends Component {
         return (
             <footer className="footer-container">
                 <span>Sidali Dikti &copy; {year}</span>
-                <span className=' float-right'>Version 2.13 ~ 2.12</span>
+                <span className=' float-right'>Version 2.3 ~ 2.2</span>
             </footer>
         );
     }

+ 1 - 1
pages/app/index.js

@@ -120,7 +120,7 @@ class App extends Component {
               </Col>
             </Row>
           </Jumbotron>
-          <span>Version 2.13 ~ 2.12</span>
+          <span>Version 2.3 ~ 2.2</span>
         </ContentWrapper>
       </div>
     );