From ef085256d573735ab2e56d65e4dd0f0d3c149091 Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Sun, 7 Jun 2020 11:07:26 -0700 Subject: [PATCH] Update version to 1.1.2 --- LICENSE.txt | 2 +- SeeGitApp/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 2df4090..4ade9fe 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012 Phil Haack +Copyright (c) Phil Haack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/SeeGitApp/Properties/AssemblyInfo.cs b/SeeGitApp/Properties/AssemblyInfo.cs index 095267a..8e451d0 100644 --- a/SeeGitApp/Properties/AssemblyInfo.cs +++ b/SeeGitApp/Properties/AssemblyInfo.cs @@ -52,5 +52,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyFileVersion("1.1.2.0")] \ No newline at end of file