Skip to content

Commit

Permalink
releng: prepare extension for 0.0.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raducotescu committed Dec 9, 2014
1 parent 458d851 commit 08c04f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name" : "aem-sightly-brackets-extension",
"title" : "AEM Sightly Brackets Extension",
"description" : "The AEM Brackets Extension provides a smooth and easy development workflow for front-end developers to edit AEM components. Its main features are: automatic synchronisation of changed project files to your AEM instance; manual importing of content from the AEM instance to the project; Sightly syntax-highlighting and auto-completion; easy editing of associated client libraries (CSS, JavaScript).",
"version" : "0.0.11-dev",
"version" : "0.0.11",
"engines" : {
"brackets": ">=0.38.0"
"brackets": ">=0.45.0"
},
"author" : "Adobe Marketing Cloud (https://github.com/adobe-marketing-cloud)",
"homepage" : "http://docs.adobe.com/docs/en/dev-tools/sightly-brackets.html",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-sightly-brackets-extension</artifactId>
<version>0.0.11-SNAPSHOT</version>
<version>0.0.11</version>

<name>Adobe Experience Manager - Brackets Sightly Extension</name>
<description>Builds the Brackets extension sling subfolder</description>
Expand Down

0 comments on commit 08c04f7

Please sign in to comment.