Skip to content

Commit

Permalink
update ios version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Calaf authored and Roger Calaf committed Dec 12, 2024
1 parent e73c7d4 commit aa67f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/authController.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ const showVersion = (req, res) => {
}

const showIosVersion = (req, res) => {
res.status(200).json({ 'version': '1.1.4' });
res.status(200).json({ 'version': '1.1.5' });
}

const showAndroidVersion = (req, res) => {
Expand Down

0 comments on commit aa67f32

Please sign in to comment.