Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Jun 2, 2023
1 parent 98e4f9e commit 2cc9cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
- 2023-06-02 **1.4.6**
- Supported Button Quick Bip Checker - [RevitElementBipChecker](https://github.com/chuongmep/RevitElementBipChecker)
- 2023-04-20 **1.4.5**
- Support open add-in manager from modify tab in Revit
- 2023-03-12 **1.4.4**
Expand Down
3 changes: 1 addition & 2 deletions Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
using ICSharpCode.SharpZipLib.Zip;
Expand All @@ -15,7 +14,7 @@
const string projectName = "RevitAddinManager";
const string outputName = "RevitAddinManager";
const string outputDir = "output";
const string version = "1.4.5";
const string version = "1.4.6";

var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
var project = new Project
Expand Down

0 comments on commit 2cc9cab

Please sign in to comment.