Skip to content

Commit 0a9fa2b

Browse files
Roger CalafRoger Calaf
authored andcommitted
update ios version
1 parent 85860b8 commit 0a9fa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/authController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ const showVersion = (req, res) => {
278278
}
279279

280280
const showIosVersion = (req, res) => {
281-
res.status(200).json({ 'version': '1.1.1' });
281+
res.status(200).json({ 'version': '1.1.3' });
282282
}
283283

284284
const showAndroidVersion = (req, res) => {

0 commit comments

Comments
 (0)