summaryrefslogtreecommitdiffstats
path: root/ComicRackWebViewer
diff options
context:
space:
mode:
Diffstat (limited to 'ComicRackWebViewer')
-rw-r--r--ComicRackWebViewer/BCRInstaller.cs2
-rw-r--r--ComicRackWebViewer/MainForm.Designer.cs2
-rw-r--r--ComicRackWebViewer/Package.ini2
-rw-r--r--ComicRackWebViewer/Program.py2
-rw-r--r--ComicRackWebViewer/Properties/AssemblyInfo.cs4
-rw-r--r--ComicRackWebViewer/about.html2
-rw-r--r--ComicRackWebViewer/tablet/app/view/About.js2
-rw-r--r--ComicRackWebViewer/tablet/index.html2
8 files changed, 9 insertions, 9 deletions
diff --git a/ComicRackWebViewer/BCRInstaller.cs b/ComicRackWebViewer/BCRInstaller.cs
index 4362052..4779561 100644
--- a/ComicRackWebViewer/BCRInstaller.cs
+++ b/ComicRackWebViewer/BCRInstaller.cs
@@ -26,7 +26,7 @@ namespace ComicRackWebViewer
{
private const string INSTALLER_FILE = "BCRPlugin.zip";
private const string VERSION_FILE = "BCRVersion.txt";
- private const string VERSION = "1.20";
+ private const string VERSION = "1.21";
public string installFolder = "";
diff --git a/ComicRackWebViewer/MainForm.Designer.cs b/ComicRackWebViewer/MainForm.Designer.cs
index f57be65..416e735 100644
--- a/ComicRackWebViewer/MainForm.Designer.cs
+++ b/ComicRackWebViewer/MainForm.Designer.cs
@@ -367,7 +367,7 @@ namespace ComicRackWebViewer
this.MinimumSize = new System.Drawing.Size(410, 310);
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Badaap Comic Reader 1.20";
+ this.Text = "Badaap Comic Reader 1.21";
this.tabControl.ResumeLayout(false);
this.tabPageWebServer.ResumeLayout(false);
this.tabPageWebServer.PerformLayout();
diff --git a/ComicRackWebViewer/Package.ini b/ComicRackWebViewer/Package.ini
index 5522db0..153d817 100644
--- a/ComicRackWebViewer/Package.ini
+++ b/ComicRackWebViewer/Package.ini
@@ -1,6 +1,6 @@
Name=Badaap Comic Reader
Author=Jeroen Walter
-Version=1.20
+Version=1.21
Description=Badaap Comic Reader is a web-based application for accessing and reading your comics on the iPad and possibly other tablets.
Image=badaap_packagelogo_64.png
HelpLink=http://www.badaap.nl \ No newline at end of file
diff --git a/ComicRackWebViewer/Program.py b/ComicRackWebViewer/Program.py
index a452156..02a9a10 100644
--- a/ComicRackWebViewer/Program.py
+++ b/ComicRackWebViewer/Program.py
@@ -34,7 +34,7 @@ def ComicRackWebViewerStartup():
def IsVersionOK():
- requiredVersion = Version(0, 9, 165)
+ requiredVersion = Version(0, 9, 168)
if str(ComicRack.App.ProductVersion) != str(requiredVersion):
MessageBox.Show( ComicRack.MainWindow, "Version check failed!\n\nThe ComicRack Web Viewer Plugin requires a different version of ComicRack.\nComicRack version required: " + str(requiredVersion) + ".\nExiting...", "Incompatible ComicRack version", MessageBoxButtons.OK, MessageBoxIcon.Warning)
diff --git a/ComicRackWebViewer/Properties/AssemblyInfo.cs b/ComicRackWebViewer/Properties/AssemblyInfo.cs
index 5f13a50..3c9d741 100644
--- a/ComicRackWebViewer/Properties/AssemblyInfo.cs
+++ b/ComicRackWebViewer/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.20.0.0")]
-[assembly: AssemblyFileVersion("1.20.0.0")]
+[assembly: AssemblyVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.21.0.0")]
diff --git a/ComicRackWebViewer/about.html b/ComicRackWebViewer/about.html
index c629f79..f47a8c3 100644
--- a/ComicRackWebViewer/about.html
+++ b/ComicRackWebViewer/about.html
@@ -55,7 +55,7 @@
</form>
</center>
</div>
-<h1>Badaap Comic Reader 1.20</h1>
+<h1>Badaap Comic Reader 1.21</h1>
<p>&copy Copyright 2013 Jeroen Walter</p>
<p><a href="http://www.badaap.nl/wordpress/changelog/" target="_blank">Changelog</a></p>
<p>
diff --git a/ComicRackWebViewer/tablet/app/view/About.js b/ComicRackWebViewer/tablet/app/view/About.js
index 458bb82..9222088 100644
--- a/ComicRackWebViewer/tablet/app/view/About.js
+++ b/ComicRackWebViewer/tablet/app/view/About.js
@@ -38,7 +38,7 @@ Ext.define('Comic.view.About', {
xtype: 'textfield',
name: 'version',
label: 'Version',
- value: '1.20',
+ value: '1.21',
readOnly: true
},
{
diff --git a/ComicRackWebViewer/tablet/index.html b/ComicRackWebViewer/tablet/index.html
index 4527959..a6a8715 100644
--- a/ComicRackWebViewer/tablet/index.html
+++ b/ComicRackWebViewer/tablet/index.html
@@ -94,7 +94,7 @@
</head>
<body class="splash">
- <div id="splashtitle">Badaap Comic Reader 1.20</br>Copyright (c) 2013 Jeroen Walter</br>http://www.badaap.nl</div>
+ <div id="splashtitle">Badaap Comic Reader 1.21</br>Copyright (c) 2013 Jeroen Walter</br>http://www.badaap.nl</div>
<div id="appLoadingIndicator">
<div></div>
<div></div>