Skip to content

Commit 98b1be1

Browse files
author
Ryan Jacobs
committed
bump version to v0.11
1 parent aa1c066 commit 98b1be1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: c.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class C < Formula
22
homepage "https://github.com/ryanmjacobs/c"
3-
url "https://github.com/ryanmjacobs/c/archive/v0.10.tar.gz"
3+
url "https://github.com/ryanmjacobs/c/archive/v0.11.tar.gz"
44
sha256 "958a2c2b2392b905cf39d75a3007adb47a818815a8485ca2170b4214233f6b14"
55

66
def install

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c",
3-
"version": "v0.10",
3+
"version": "v0.11",
44
"description": "Compile and execute C \'scripts\' in one go!",
55
"global": "true",
66
"install": "mkdir -p ${PREFIX:-/usr}/bin; install -m 775 c ${PREFIX:-/usr}/bin",

0 commit comments

Comments
 (0)