Skip to content

Commit

Permalink
bump version for 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoulfe committed Apr 20, 2020
1 parent 70b2c07 commit aedf352
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
dist/
buildpackage/artifacts/*.zip
buildpackage/artifacts/*.nupkg
buildpackage/artifacts/*.nupkg
/.vs/NestingContently/v16
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.1.{build}
version: 2.1.2.{build}

image: Visual Studio 2017

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

- provider: GitHub
tag: v2.1.1
release: Release 2.1.1
description: "Fix disabled properties inconsistency"
tag: v2.1.2
release: Release 2.1.2
description: "Update icon element from <a> to <button> for umb8.6"
force_update: true
auth_token:
secure: Otbl8p8qCwciDqJgSWCyN0Arfs5XS1CwiHcK+r0F6uz9Rxt4gzBFvlc3cjPV3NxR
Expand Down

0 comments on commit aedf352

Please sign in to comment.