Skip to content

Commit

Permalink
Merge pull request #56 from esy/prometheansacrifice/release-alpha.7
Browse files Browse the repository at this point in the history
Bump version: 0.5.0-alpha.7
  • Loading branch information
ManasJayanth authored Sep 23, 2019
2 parents 885901a + 967edf2 commit fc67f23
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ci/cross-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
displayName: "npm pack"
workingDirectory: "_release"

- bash: "node .ci/checksum.js _release/pesy-0.5.0-alpha.6.tgz"
- bash: "node .ci/checksum.js _release/pesy-0.5.0-alpha.7.tgz"
displayName: "Calculating sha1"

- task: PublishBuildArtifacts@1
Expand Down
2 changes: 1 addition & 1 deletion bin/Pesy.re
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ let pesy_build = () =>
)
);

let version = "0.5.0-alpha.6";
let version = "0.5.0-alpha.7";

let cmd = () => {
open Cmdliner.Term;
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/Runner.re
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ run(makeCommand("npm"), [|"install"|]);
run(makeCommand("npm"), [|"run", "build"|]);
run(makeCommand("npm"), [|"run", "rollup"|]);
run(makeCommand("npm"), [|"pack"|]);
run(makeCommand("npm"), [|"i", "-g", "./pesy-0.5.0-alpha.6.tgz"|]);
run(makeCommand("npm"), [|"i", "-g", "./pesy-0.5.0-alpha.7.tgz"|]);
chdir(cwd);

let testBootstrapperExe =
Expand Down
2 changes: 1 addition & 1 deletion npm-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pesy",
"version": "0.5.0-alpha.6",
"version": "0.5.0-alpha.7",
"bin": {
"pesy": "pesy"
},
Expand Down
2 changes: 1 addition & 1 deletion pesy--esy-pesy.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ opam-version: "2.0"
name: "pesy"
description: "Esy Pesy - Your Esy Assistant"
synopsis: "Esy Pesy - Your Esy Assistant"
version: "0.5.0-alpha.6"
version: "0.5.0-alpha.7"
maintainer: "Jordan Walke<[email protected]>"
authors: [
"Jordan Walke<[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ call esy build
call esy npm-release
call cd _release
call npm pack
call npm install -g ./pesy-0.5.0-alpha.6.tgz
call npm install -g ./pesy-0.5.0-alpha.7.tgz
call cd ..
call .\_build\install\default\bin\TestPesyConfigure.exe
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ root=$PWD
custom_registry_url=http://localhost:4873
original_npm_registry_url=https://registry.npmjs.org # `npm get registry`
original_yarn_registry_url=https://registry.yarnpkg.com # `yarn config get registry`
version=0.5.0-alpha.6
version=0.5.0-alpha.7

function cleanup {

Expand Down

0 comments on commit fc67f23

Please sign in to comment.