Bumping the SDK version and fixing some package.json values

This commit is contained in:
Jonathan Carter 2015-10-30 15:50:27 -07:00
Родитель 6d5ea494b1
Коммит 523749762c
2 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -28,4 +28,4 @@ To test just one of the projects (e.g. cli or sdk), run `gulp test-cli` or `gulp
* Use double quotes for strings
* Use four space tabs
* Use `camelCase` for local variables and imported modules, `PascalCase` for types, and `dash-case` for file names
* Use `camelCase` for local variables and imported modules, `PascalCase` for types, and `dash-case` for file names

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "code-push",
"version": "1.0.0-beta",
"description": "Source code for the CodePush service SDK",
"version": "1.1.0-beta",
"description": "Management SDK for the CodePush service",
"main": "script/index.js",
"scripts": {
"test": "gulp"
@ -10,7 +10,9 @@
"type": "git",
"url": "https://github.com/Microsoft/code-push.git"
},
"author": "Microsoft",
"author": "Microsoft Corporation",
"license": "MIT",
"homepage": "https://microsoft.github.io/code-push",
"dependencies": {
"base-64": "^0.1.0",
"fs": "0.0.2",
@ -19,4 +21,4 @@
"superagent": "~1.2.0",
"try-json": "^1.0.0"
}
}
}