Skip to content

Commit

Permalink
Update package version from 1.0 to 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Jan 15, 2014
1 parent b9ae9ad commit f05a17d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions markdown-presenter-bootstrap-win.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Download-File {
function Download-File {
param (
[string]$url,
[string]$file
Expand All @@ -21,7 +21,7 @@ function Expand-ZipFile {
}
}

$tagname = "1.0"
$tagname = "1.1"
$zipname = "markdown-presenter-$tagname.zip"
$zippath = Join-Path (pwd).Path $zipname
Download-File -url "https://github.com/jsakamoto/MarkdownPresenter/releases/download/v.$tagname/$zipname" -file $zippath
Expand Down
2 changes: 1 addition & 1 deletion markdown-presenter-bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from zipfile import ZipFile
import os

tagname = "1.0"
tagname = "1.1"
zipname = "markdown-presenter-" + tagname + ".zip"
zippath = "./" + zipname
url = "https://github.com/jsakamoto/MarkdownPresenter/releases/download/v." + tagname + "/" + zipname
Expand Down

0 comments on commit f05a17d

Please sign in to comment.