Skip to content

Commit

Permalink
bump version, bump icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoulfe committed Sep 14, 2020
1 parent 113a1a5 commit 0eb459a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version format
version: 2.1.2.{build}
version: 3.0.0.{build}

image: Visual Studio 2017

Expand Down Expand Up @@ -39,9 +39,9 @@ deploy:
appveyor_repo_tag: true

- provider: GitHub
tag: v2.1.2
release: Release 2.1.2
description: "Update icon element from <a> to <button> for umb8.6"
tag: v3.0.0
release: Nesting Contently III - With a Vengeance.
description: "Makes it work with Block List in 8.7, and nested Nested Content, if that floats your boat."
force_update: true
auth_token:
secure: Otbl8p8qCwciDqJgSWCyN0Arfs5XS1CwiHcK+r0F6uz9Rxt4gzBFvlc3cjPV3NxR
Expand Down
2 changes: 1 addition & 1 deletion src/NestingContently/backoffice/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(() => {

angular.module('nc.components', []);

angular
.module('nc', [
'nc.components'
Expand Down
1 change: 1 addition & 0 deletions src/NestingContently/package.dev.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
alias: "NestingContently",
name: "Nesting Contently",
icon: "icon-bird",
editor: {
view: "~/app_plugins/nestingcontently/backoffice/editor.html",
valueType: "INT"
Expand Down
1 change: 1 addition & 0 deletions src/NestingContently/package.prod.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
alias: "NestingContently",
name: "Nesting Contently",
icon: "icon-bird",
editor: {
view: "~/app_plugins/nestingcontently/backoffice/editor.html",
valueType: "INT"
Expand Down

0 comments on commit 0eb459a

Please sign in to comment.