Skip to content

Commit

Permalink
releng: prepare extension for 0.0.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raducotescu committed Oct 12, 2015
1 parent 7250a20 commit 04a2a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "aem-sightly-brackets-extension",
"title" : "AEM 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.13-dev",
"version" : "0.0.13",
"engines" : {
"brackets": ">=0.45.0"
},
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.13-dev</version>
<version>0.0.13</version>

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

0 comments on commit 04a2a50

Please sign in to comment.