diff --git a/src/ConfigurationOfZotero/ConfigurationOfZotero.class.st b/src/ConfigurationOfZotero/ConfigurationOfZotero.class.st index d25114e..7911d3f 100644 --- a/src/ConfigurationOfZotero/ConfigurationOfZotero.class.st +++ b/src/ConfigurationOfZotero/ConfigurationOfZotero.class.st @@ -172,7 +172,7 @@ ConfigurationOfZotero >> version01: spec [ spec description: 'version 0.1'. spec author: 'OffrayLuna'. spec timestamp: '2/23/2017 17:12'. - spec project: 'Citezen' with: '2.6'. + spec project: 'Citezen' with: #stable. spec package: #Zotero with: 'Zotero-OffrayLuna.5'. ]. ]