We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5171c commit 9d470ddCopy full SHA for 9d470dd
Build/CommonAssemblyInfo.cs
@@ -15,6 +15,6 @@
15
//
16
// You can specify all the values or you can default the Revision and Build Numbers
17
// by using the '*' as shown below:
18
-[assembly: AssemblyVersion("1.5.9")]
19
-[assembly: AssemblyFileVersion("1.5.9")]
+[assembly: AssemblyVersion("1.5.10")]
+[assembly: AssemblyFileVersion("1.5.10")]
20
//[assembly: AssemblyInformationalVersion("1.4.5-editlyalpha2")]
Griddly/Scripts/griddly.js
@@ -1030,7 +1030,8 @@
1030
$.ajax(this.options.url,
1031
{
1032
data: postData,
1033
- traditional: true
+ traditional: true,
1034
+ cache: false
1035
}).done($.proxy(function (data, status, xhr)
1036
1037
var count = parseInt(xhr.getResponseHeader("X-Griddly-Count"));
0 commit comments