Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
julkuh committed Dec 28, 2015
2 parents 1d6ec6e + 80a7152 commit 6701ba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
<js.build.outputPath>${project.build.directory}/${project.artifactId}/js</js.build.outputPath>
<!-- mapapps.version -->
<mapapps.version>3.2.1</mapapps.version>
<!-- java lib versions -->
<!-- java lib versions -->
<ct.jsregistry.version>1.0.9</ct.jsregistry.version>
<ct.jsrt-test.version>1.0.6</ct.jsrt-test.version>

Expand Down
4 changes: 2 additions & 2 deletions src/main/js/bundles/dn_fontawesome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"Bundle-SymbolicName": "dn_fontawesome",
"Bundle-Version": "3.0.0",
"Bundle-Version": "3.0.1",
"Bundle-Name": "${bundleName}",
"Bundle-Description": "${bundleDescription}",
"Product-Name": "map.apps Developer Network",
"CSS-Themes-Extension": [{
"name": "*",
"files": ["./css/font-awesome.min.css"]
}]
}
}

0 comments on commit 6701ba9

Please sign in to comment.