Skip to content

Commit

Permalink
Updating metadata for 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans committed Sep 26, 2017
1 parent 5d624ec commit b9700d1
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"url": "https://github.com/dojo/util.git"
},
"dependencies": {
"dojo": "1.13.0-pre",
"dijit": "1.13.0-pre",
"dojox": "1.13.0-pre",
"dojo-themes": "1.13.0-pre"
"dojo": "1.13.0",
"dijit": "1.13.0",
"dojox": "1.13.0",
"dojo-themes": "1.13.0"
},
"devDependencies": {
}
Expand Down
4 changes: 2 additions & 2 deletions build/version.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
define([], function(){
var
rev = "$Rev$".match(/[0-9a-f]{7,}/),
rev = "$Rev: 5d624ec $".match(/[0-9a-f]{7,}/),
version= {
major: 1, minor: 13, patch: 0, flag: "-pre",
major: 1, minor: 13, patch: 0, flag: "",
revision: rev ? rev[0] : NaN,
toString: function(){
var v= version;
Expand Down
2 changes: 1 addition & 1 deletion doh/_nodeRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define(["doh/runner", "require", "dojo/_base/config"], function(doh, require, co
};

console.log("\n"+doh._line);
console.log("The Dojo Unit Test Harness, $Rev$");
console.log("The Dojo Unit Test Harness, $Rev: 5d624ec $");
console.log("Copyright (c) 2016, The JS Foundation, All Rights Reserved");
console.log("Running with node.js");
for (var tests= [], args= config["commandLineArgs"], i= 0, arg; i<args.length; i++) {
Expand Down
2 changes: 1 addition & 1 deletion doh/_rhinoRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define(["doh/runner", "require", "dojo/_base/config"], function(doh, require, co
};

print("\n"+doh._line);
print("The Dojo Unit Test Harness, $Rev$");
print("The Dojo Unit Test Harness, $Rev: 5d624ec $");
print("Copyright (c) 2016, The JS Foundation, All Rights Reserved");
for (var tests= [], args= config["commandLineArgs"], i= 0, arg; i<args.length; i++) {
arg= (args[i]+"").split("=");
Expand Down
2 changes: 1 addition & 1 deletion doh/mobileRunner.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html style="height:100%;">
<head>
<title>The Dojo Unit Test Harness, $Rev$</title>
<title>The Dojo Unit Test Harness, $Rev: 5d624ec $</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
Expand Down
2 changes: 1 addition & 1 deletion doh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doh",
"version": "1.13.0-pre",
"version": "1.13.0",
"directories": {
"lib": "."
},
Expand Down
2 changes: 1 addition & 1 deletion doh/runner.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html style="height:100%;">
<head>
<title>The Dojo Unit Test Harness, $Rev$</title>
<title>The Dojo Unit Test Harness, $Rev: 5d624ec $</title>

<script type="text/javascript" src="_parseURLargs.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dojo-util",
"version": "1.13.0-pre",
"version": "1.13.0",
"licenses": [
{
"type": "AFLv2.1",
Expand Down

0 comments on commit b9700d1

Please sign in to comment.