From 98b1be1f617a7178f24f1345459d03e2020c052e Mon Sep 17 00:00:00 2001 From: Ryan Jacobs Date: Sat, 17 Mar 2018 07:02:39 -0700 Subject: [PATCH] bump version to v0.11 --- c.rb | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c.rb b/c.rb index 92a6563..aaf0501 100644 --- a/c.rb +++ b/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 diff --git a/package.json b/package.json index b67b0e9..603c2ef 100644 --- a/package.json +++ b/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",