From 4fa518b8d99c9e2c193612f0fdfd2d5d7cf78566 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Tue, 22 Oct 2013 17:04:01 -0400 Subject: [PATCH] v1.2.1 Bump --- src/BlankIWBProxy.cls | 2 +- src/DisplayRunner.bas | 2 +- src/IScenario.cls | 2 +- src/IWBProxy.cls | 2 +- src/InlineRunner.bas | 2 +- src/Scenario.cls | 2 +- src/SpecDefinition.cls | 2 +- src/SpecExpectation.cls | 2 +- src/SpecHelpers.bas | 2 +- src/SpecSuite.cls | 2 +- src/WBProxy.cls | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/BlankIWBProxy.cls b/src/BlankIWBProxy.cls index 471e8eb..92b2ea4 100644 --- a/src/BlankIWBProxy.cls +++ b/src/BlankIWBProxy.cls @@ -8,7 +8,7 @@ Attribute VB_Creatable = False Attribute VB_PredeclaredId = False Attribute VB_Exposed = False '' -' BlankIWBProxy v1.2.0 +' BlankIWBProxy v1.2.1 ' (c) Tim Hall - https://github.com/timhall/Excel-TDD ' ' Blank implementation of IWBProxy diff --git a/src/DisplayRunner.bas b/src/DisplayRunner.bas index 3ee7d3d..4aacf71 100644 --- a/src/DisplayRunner.bas +++ b/src/DisplayRunner.bas @@ -1,6 +1,6 @@ Attribute VB_Name = "DisplayRunner" '' -' DisplayRunner v1.2.0 +' DisplayRunner v1.2.1 ' (c) Tim Hall - https://github.com/timhall/Excel-TDD ' ' Runner with sheet output diff --git a/src/IScenario.cls b/src/IScenario.cls index f43432a..7456626 100644 --- a/src/IScenario.cls +++ b/src/IScenario.cls @@ -8,7 +8,7 @@ Attribute VB_Creatable = False Attribute VB_PredeclaredId = False Attribute VB_Exposed = True '' -' IScenario v1.2.0 +' IScenario v1.2.1 ' (c) Tim Hall - https://github.com/timhall/Excel-TDD ' ' Interface for creating and running scenarios on workbooks diff --git a/src/IWBProxy.cls b/src/IWBProxy.cls index 4b00f41..5fb5012 100644 --- a/src/IWBProxy.cls +++ b/src/IWBProxy.cls @@ -8,7 +8,7 @@ Attribute VB_Creatable = False Attribute VB_PredeclaredId = False Attribute VB_Exposed = True '' -' IWBProxy v1.2.0 +' IWBProxy v1.2.1 ' (c) Tim Hall - https://github.com/timhall/Excel-TDD ' ' Interface for generic workbook proxies diff --git a/src/InlineRunner.bas b/src/InlineRunner.bas index fd8a5ea..3b75509 100644 --- a/src/InlineRunner.bas +++ b/src/InlineRunner.bas @@ -1,6 +1,6 @@ Attribute VB_Name = "InlineRunner" '' -' InlineRunner v1.2.0 +' InlineRunner v1.2.1 ' (c) Tim Hall - https://github.com/timhall/Excel-TDD ' ' Runner for outputting results of specs to Immediate window diff --git a/src/Scenario.cls b/src/Scenario.cls index 2709bc6..a09c8a1 100644 --- a/src/Scenario.cls +++ b/src/Scenario.cls @@ -8,7 +8,7 @@ Attribute VB_Creatable = False Attribute VB_PredeclaredId = False Attribute VB_Exposed = True '' -' Scenario v1.2.0 +' Scenario v1.2.1 ' (c) Tim Hall - https://github.com/timhall/Excel-TDD ' ' Generic implementation of scenario diff --git a/src/SpecDefinition.cls b/src/SpecDefinition.cls index cd534d2..26d5476 100644 --- a/src/SpecDefinition.cls +++ b/src/SpecDefinition.cls @@ -8,7 +8,7 @@ Attribute VB_Creatable = False Attribute VB_PredeclaredId = False Attribute VB_Exposed = True '' -' SpecDefinition v1.2.0 +' SpecDefinition v1.2.1 ' (c) Tim Hall - https://github.com/timhall/Excel-TDD ' ' Provides helpers and acts as workbook proxy diff --git a/src/SpecExpectation.cls b/src/SpecExpectation.cls index 31b522e..2d81e5b 100644 --- a/src/SpecExpectation.cls +++ b/src/SpecExpectation.cls @@ -8,7 +8,7 @@ Attribute VB_Creatable = False Attribute VB_PredeclaredId = False Attribute VB_Exposed = True '' -' SpecExpectation v1.2.0 +' SpecExpectation v1.2.1 ' (c) Tim Hall - https://github.com/timhall/Excel-TDD ' ' Provides various tests that can be performed for a provided value diff --git a/src/SpecHelpers.bas b/src/SpecHelpers.bas index 18799ec..86e20d6 100644 --- a/src/SpecHelpers.bas +++ b/src/SpecHelpers.bas @@ -1,6 +1,6 @@ Attribute VB_Name = "SpecHelpers" '' -' SpecHelpers v1.2.0 +' SpecHelpers v1.2.1 ' (c) Tim Hall - https://github.com/timhall/Excel-TDD ' ' General utilities for specs diff --git a/src/SpecSuite.cls b/src/SpecSuite.cls index eb42baf..e28c663 100644 --- a/src/SpecSuite.cls +++ b/src/SpecSuite.cls @@ -8,7 +8,7 @@ Attribute VB_Creatable = False Attribute VB_PredeclaredId = False Attribute VB_Exposed = True '' -' SpecSuite v1.2.0 +' SpecSuite v1.2.1 ' (c) Tim Hall - https://github.com/timhall/Excel-TDD ' ' A collection of specs with the workbook that they act on diff --git a/src/WBProxy.cls b/src/WBProxy.cls index d2c0fd6..ae59d7a 100644 --- a/src/WBProxy.cls +++ b/src/WBProxy.cls @@ -8,7 +8,7 @@ Attribute VB_Creatable = False Attribute VB_PredeclaredId = False Attribute VB_Exposed = True '' -' WBProxy v1.2.0 +' WBProxy v1.2.1 ' (c) Tim Hall - https://github.com/timhall/Excel-TDD ' ' Generic implementation of workbook proxy