v1.4.0: SSO login and profile viewer v1.4.0
authorAjay Bura <ajbura@gmail.com>
Mon, 25 Oct 2021 12:23:25 +0000 (17:53 +0530)
committerKrishan <33421343+kfiven@users.noreply.github.com>
Mon, 25 Oct 2021 12:29:57 +0000 (17:59 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
package-lock.json
package.json
src/app/organisms/settings/Settings.jsx
src/app/templates/auth/Auth.jsx

index b4e48653088822dff632cbddfb0f0fa6cf998e3c..c7307241f854cb651100f476363c3a1e5f2ca3e8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "cinny",
-  "version": "1.3.2",
+  "version": "1.4.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index a5f99451d9c2f8afdaef58a03ee13713ba9770f5..e568b7b8c4605e1422e9ebd7ff852c7022d12c01 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "cinny",
-  "version": "1.3.2",
+  "version": "1.4.0",
   "description": "Yet another matrix client",
   "main": "index.js",
   "engines": {
index de76f4c5284b2120404d4b21314a7ed94d316294..10945114ca120c9e267038f8daa28a06afbe9c50 100644 (file)
@@ -104,7 +104,7 @@ function AboutSection() {
         <div>
           <Text variant="h2">
             Cinny
-            <span className="text text-b3" style={{ margin: '0 var(--sp-extra-tight)' }}>v1.3.2</span>
+            <span className="text text-b3" style={{ margin: '0 var(--sp-extra-tight)' }}>v1.4.0</span>
           </Text>
           <Text>Yet another matrix client</Text>
 
index 6586e58865849ec1c12e925ebc4279d64f1ebcbe..121f4200e4b4606bbff41be6e889a772ac80a649 100644 (file)
@@ -330,7 +330,7 @@ function Auth() {
             </button>
           </Text>
           <span style={{ marginTop: 'var(--sp-extra-tight)' }}>
-            <Text variant="b3">v1.3.2</Text>
+            <Text variant="b3">v1.4.0</Text>
           </span>
         </div>
       </StaticWrapper>