Skip to content

Commit 4fa518b

Browse files
committed
v1.2.1 Bump
1 parent fbc872d commit 4fa518b

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

src/BlankIWBProxy.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = False
1010
''
11-
' BlankIWBProxy v1.2.0
11+
' BlankIWBProxy v1.2.1
1212
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
1313
'
1414
' Blank implementation of IWBProxy

src/DisplayRunner.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Attribute VB_Name = "DisplayRunner"
22
''
3-
' DisplayRunner v1.2.0
3+
' DisplayRunner v1.2.1
44
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
55
'
66
' Runner with sheet output

src/IScenario.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = True
1010
''
11-
' IScenario v1.2.0
11+
' IScenario v1.2.1
1212
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
1313
'
1414
' Interface for creating and running scenarios on workbooks

src/IWBProxy.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = True
1010
''
11-
' IWBProxy v1.2.0
11+
' IWBProxy v1.2.1
1212
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
1313
'
1414
' Interface for generic workbook proxies

src/InlineRunner.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Attribute VB_Name = "InlineRunner"
22
''
3-
' InlineRunner v1.2.0
3+
' InlineRunner v1.2.1
44
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
55
'
66
' Runner for outputting results of specs to Immediate window

src/Scenario.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = True
1010
''
11-
' Scenario v1.2.0
11+
' Scenario v1.2.1
1212
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
1313
'
1414
' Generic implementation of scenario

src/SpecDefinition.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = True
1010
''
11-
' SpecDefinition v1.2.0
11+
' SpecDefinition v1.2.1
1212
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
1313
'
1414
' Provides helpers and acts as workbook proxy

src/SpecExpectation.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = True
1010
''
11-
' SpecExpectation v1.2.0
11+
' SpecExpectation v1.2.1
1212
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
1313
'
1414
' Provides various tests that can be performed for a provided value

src/SpecHelpers.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Attribute VB_Name = "SpecHelpers"
22
''
3-
' SpecHelpers v1.2.0
3+
' SpecHelpers v1.2.1
44
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
55
'
66
' General utilities for specs

src/SpecSuite.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = True
1010
''
11-
' SpecSuite v1.2.0
11+
' SpecSuite v1.2.1
1212
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
1313
'
1414
' A collection of specs with the workbook that they act on

0 commit comments

Comments
 (0)