From bdea7b7537197323a28a354ffc0c77ae96ec730f Mon Sep 17 00:00:00 2001 From: OffrayLuna Date: Thu, 23 Feb 2017 18:07:33 +0000 Subject: [PATCH] Trying to add the stable version of Citezen as prerrequisite for Zotero. --- src/ConfigurationOfZotero/ConfigurationOfZotero.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. ]. ]