Skip to content

Commit 0eb459a

Browse files
committed
bump version, bump icon
1 parent 113a1a5 commit 0eb459a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# version format
2-
version: 2.1.2.{build}
2+
version: 3.0.0.{build}
33

44
image: Visual Studio 2017
55

@@ -39,9 +39,9 @@ deploy:
3939
appveyor_repo_tag: true
4040

4141
- provider: GitHub
42-
tag: v2.1.2
43-
release: Release 2.1.2
44-
description: "Update icon element from <a> to <button> for umb8.6"
42+
tag: v3.0.0
43+
release: Nesting Contently III - With a Vengeance.
44+
description: "Makes it work with Block List in 8.7, and nested Nested Content, if that floats your boat."
4545
force_update: true
4646
auth_token:
4747
secure: Otbl8p8qCwciDqJgSWCyN0Arfs5XS1CwiHcK+r0F6uz9Rxt4gzBFvlc3cjPV3NxR

src/NestingContently/backoffice/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(() => {
22

33
angular.module('nc.components', []);
4-
4+
55
angular
66
.module('nc', [
77
'nc.components'

src/NestingContently/package.dev.manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{
44
alias: "NestingContently",
55
name: "Nesting Contently",
6+
icon: "icon-bird",
67
editor: {
78
view: "~/app_plugins/nestingcontently/backoffice/editor.html",
89
valueType: "INT"

src/NestingContently/package.prod.manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{
44
alias: "NestingContently",
55
name: "Nesting Contently",
6+
icon: "icon-bird",
67
editor: {
78
view: "~/app_plugins/nestingcontently/backoffice/editor.html",
89
valueType: "INT"

0 commit comments

Comments
 (0)