chore(): update codename

This commit is contained in:
Andrew Joslin
2014-05-21 14:02:11 -06:00
parent 642cc352f1
commit 0df90e028b
3 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ module.exports = {
contentsFolder = config.get('rendering.contentsFolder');
},
process: function(docs, config, extraData) {
if(1) return;
var demoTags = [
'javascript',
'html',

View File

@@ -2,7 +2,7 @@
"name": "ionic",
"private": false,
"version": "1.0.0-beta.6",
"codename": "cadmium-camel",
"codename": "darmstadtium-dingo",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
},

View File

@@ -35,6 +35,7 @@ function push {
# Get first codename in list
CODENAME=$(readJsonProp "$PROJECT_DIR/package.json" "codename")
replaceJsonProp "package.json" "version" "$VERSION"
replaceJsonProp "bower.json" "version" "$VERSION"
replaceJsonProp "component.json" "version" "$VERSION"