Updating versions and adding proper semantic versioning.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-02-19 21:45:08 +00:00
parent cf6243340c
commit 63d35e97ed
1 changed files with 11 additions and 1 deletions

View File

@ -152,7 +152,17 @@ ConfigurationOfFossil >> project [
{ #category : #'symbolic versions' }
ConfigurationOfFossil >> stable: spec [
<symbolicVersion: #'stable'>
spec for: #common version: '1.1'
spec for: #common version: '1.1.0'
]
{ #category : #versions }
ConfigurationOfFossil >> version110: spec [
<version: '1.1.0' imports: #('1-baseline')>
spec for: #common do: [
spec
blessing: #release;
project: 'NeoJSON' with: #'stable';
package: 'Fossil' with: 'Fossil-OffrayLuna.25']
]
{ #category : #versions }