# HG changeset patch # User Michael Schloh von Bennewitz # Date 1373726581 -7200 # Node ID 6aebc1e5f5969f992ba4e267012c031f4f20f695 # Parent 698b4dda1f76af584b70ed2eae37cf4b0239bd8a Bump version to prepare for imminent release. diff -r 698b4dda1f76 -r 6aebc1e5f596 src/firefoxos/Makefile --- a/src/firefoxos/Makefile Sat Jul 13 09:33:12 2013 +0200 +++ b/src/firefoxos/Makefile Sat Jul 13 16:43:01 2013 +0200 @@ -28,7 +28,7 @@ ZIPBALL = otpwcalc-foxos-$(VERSION).zip # Vars -VERSION = 0.7.3 +VERSION = 0.7.4 # Progs PROGZIP = zip diff -r 698b4dda1f76 -r 6aebc1e5f596 src/firefoxos/about.html --- a/src/firefoxos/about.html Sat Jul 13 09:33:12 2013 +0200 +++ b/src/firefoxos/about.html Sat Jul 13 16:43:01 2013 +0200 @@ -54,7 +54,7 @@

OTPWCalc

Computer keyboard -

One Time Password Calculator 0.7.2

+

One Time Password Calculator 0.7.4

Datacenter host computer

Visit the OTPWCalc Homepage

Copyright © 2012 – 2013
Michael Schloh von Bennewitz

diff -r 698b4dda1f76 -r 6aebc1e5f596 src/firefoxos/manifest.webapp --- a/src/firefoxos/manifest.webapp Sat Jul 13 09:33:12 2013 +0200 +++ b/src/firefoxos/manifest.webapp Sat Jul 13 16:43:01 2013 +0200 @@ -1,5 +1,5 @@ { - "version": "0.7.3", + "version": "0.7.4", "name": "OTPWCalc", "description": "One time password (OTP) challenge response calculator client", "type": "web",