Browse Source

Update version strings

Neal Wilson 5 years ago
parent
commit
36c20a92d5

+ 1
- 1
src/resources/Info.plist View File

@@ -7,7 +7,7 @@
7 7
 	<key>CFBundlePackageType</key>
8 8
 	<string>APPL</string>
9 9
 	<key>CFBundleGetInfoString</key>
10
-	<string>Typica 1.9.0</string>
10
+	<string>Typica 1.9.1</string>
11 11
 	<key>CFBundleSignature</key>
12 12
 	<string>@TYPEINFO@</string>
13 13
 	<key>CFBundleExecutable</key>

+ 1
- 1
src/resources/html/about.html View File

@@ -10,7 +10,7 @@
10 10
 				<div class="topbanner">
11 11
 					<a href="https://typica.us/"><img src="../icons/appicons/logo96.png" height="96px" width="96px" alt="Typica logo" /></a>
12 12
 					<h1><a href="https://typica.us/">Typica</a></h1>
13
-					<h2>Version 1.9.1rc1</h2>
13
+					<h2>Version 1.9.1</h2>
14 14
 				</div>
15 15
 			<div id="maintext">
16 16
 				<p>Copyright &copy; 2007&ndash;2018 Neal Evan Wilson <a href="mailto:neal@typica.us?subject=Thanks%20for%20Typica&amp;body=Message%20initiated%20from%20Typica.">&lt;neal@typica.us&gt;</a></p>

+ 4
- 4
src/resources/html/licenses/typica.html View File

@@ -8,12 +8,12 @@
8 8
         <div id="page">
9 9
             <div id="topmatter">
10 10
                 <div id="topbanner">
11
-                    <a href="http://www.randomfield.com/programs/typica/"><img src="../../icons/appicons/logo96.png" height="96px" width="96px" alt="Typica logo" /></a>
12
-                    <h1><a href="http://www.randomfield.com/programs/typica/">Typica</a></h1>
13
-                    <h2>Version 1.8.1</h2>
11
+                    <a href="https://typica.us/"><img src="../../icons/appicons/logo96.png" height="96px" width="96px" alt="Typica logo" /></a>
12
+                    <h1><a href="https://typica.us/">Typica</a></h1>
13
+                    <h2>Version 1.9.1</h2>
14 14
                 </div>
15 15
             <div id="maintext">
16
-                <p>Copyright &copy; 2007&ndash;2017 Neal Evan Wilson</p>
16
+                <p>Copyright &copy; 2007&ndash;2018 Neal Evan Wilson</p>
17 17
                 <p>Permission is hereby granted, free of charge, to any person
18 18
                 obtaining a copy of this software and associated documentation
19 19
                 files (the "Software"), to deal in the Software without

Loading…
Cancel
Save