Skip to content

Commit

Permalink
v1.2.1 Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
timhall committed Oct 22, 2013
1 parent fbc872d commit 4fa518b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/BlankIWBProxy.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/DisplayRunner.bas
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/IScenario.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/IWBProxy.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/InlineRunner.bas
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Scenario.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/SpecDefinition.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/SpecExpectation.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/SpecHelpers.bas
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/SpecSuite.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/WBProxy.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fa518b

Please sign in to comment.