Skip to content

Commit 5e8e3e2

Browse files
committed
Added version 0.74. The version is basically the same as 0.73 but a few things are polished
1 parent 14590ea commit 5e8e3e2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

repository/ConfigurationOfMustache.package/ConfigurationOfMustache.class/instance/stable..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ symbolic versions
22
stable: spec
33
<symbolicVersion: #'stable'>
44

5-
spec for: #'common' version: '0.73'.
5+
spec for: #'common' version: '0.74'.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
versions
2+
version074: spec
3+
<version: '0.74' imports: #('0.2-baseline' )>
4+
5+
spec for: #'common' do: [
6+
spec blessing: #'stable'.
7+
spec description: 'version 0.74'.
8+
spec author: 'NorbertHartl'.
9+
spec timestamp: '5/29/2017 23:56'.
10+
spec project: 'JSON' with: '1.2'.
11+
spec
12+
package: 'Mustache-Core' with: 'Mustache-Core-NorbertHartl.33';
13+
package: 'Mustache-Tests' with: 'Mustache-Tests-NorbertHartl.18';
14+
package: #'Mustache-Cli' with: 'Mustache-Cli-ThibaultArloing.5'. ].

0 commit comments

Comments
 (0)