Skip to content

Commit

Permalink
bump version to v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Jacobs committed Mar 17, 2018
1 parent aa1c066 commit 98b1be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c.rb
@@ -1,6 +1,6 @@
class C < Formula
homepage "https://github.com/ryanmjacobs/c"
url "https://github.com/ryanmjacobs/c/archive/v0.10.tar.gz"
url "https://github.com/ryanmjacobs/c/archive/v0.11.tar.gz"
sha256 "958a2c2b2392b905cf39d75a3007adb47a818815a8485ca2170b4214233f6b14"

def install
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "c",
"version": "v0.10",
"version": "v0.11",
"description": "Compile and execute C \'scripts\' in one go!",
"global": "true",
"install": "mkdir -p ${PREFIX:-/usr}/bin; install -m 775 c ${PREFIX:-/usr}/bin",
Expand Down

0 comments on commit 98b1be1

Please sign in to comment.