Skip to content

Commit

Permalink
upgraded to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-bachner committed Nov 19, 2020
1 parent a4ced3b commit 102e00f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion brew/md-paper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class MdPaper < Formula
desc "Generates scientific papers written in Markdown"
homepage "https://md-paper.now.sh"
url "https://github.com/nico-bachner/md-paper/archive/v0.0.6.tar.gz"
url "https://github.com/nico-bachner/md-paper/archive/v0.1.0.tar.gz"
sha256 "82e87b66d852c178c569d0dd0a6d086c31ea8f4c5d6ed5b082e424feccef238f"
license "MIT"

Expand Down
18 changes: 0 additions & 18 deletions package.json

This file was deleted.

2 changes: 2 additions & 0 deletions src/md-paper.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

version="0.1.0"

if brew ls --versions md-paper >/dev/null
then
version=$(brew ls --versions md-paper | cut -c 10-)
Expand Down

1 comment on commit 102e00f

@vercel
Copy link

@vercel vercel bot commented on 102e00f Nov 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.