From 0723293c08306c94c5c99fdfc6e748cccdaca16f Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 26 Mar 2016 16:13:29 +0700 Subject: [PATCH] 1.1.1 --- wallpaper.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallpaper.m b/wallpaper.m index 8f82329..38844c4 100644 --- a/wallpaper.m +++ b/wallpaper.m @@ -16,7 +16,7 @@ int main() { if (args.count > 1) { if ([args[1] isEqualToString: @"--version"]) { - puts("1.1.0"); + puts("1.1.1"); return 0; }