Skip to content

Commit

Permalink
Merge pull request #88 from buildingsmart-community/add-languages-fro…
Browse files Browse the repository at this point in the history
…m-ifc-translation-projects

Release v1.4.1
  • Loading branch information
jbrouwerdigibase authored Aug 6, 2024
2 parents cf686dc + 04ceb84 commit 9e3e166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BsddRevitPlugin.Installer/Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define PluginName "bSDD Revit plugin"
#define PluginShortName "BsddRevitPlugin"
#define PluginVersion "1.4.0"
#define PluginVersion "1.4.1"
#define PluginPublisher "bSDD Revit plugin contributors"
#define PluginURL "https://github.com/buildingsmart-community/bSDD-Revit-plugin"
#define RevitVersions "2023;2024";
Expand Down
2 changes: 1 addition & 1 deletion BsddRevitPlugin.Logic/UI/View/BsddSearch.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public BsddSearch(BsddBridgeData bsddBridgeData, ExternalEvent bsddLastSelection
//_browserService.Address = "http://localhost:4173/bsdd_search";
//_browserService.Address = "http://localhost:3000/bsdd_search";
//_browserService.Address = "http://localhost:3000/bsdd_search";
_browserService.Address = "https://buildingsmart-community.github.io/bSDD-filter-UI/v1.4.0/bsdd_search/";
_browserService.Address = "https://buildingsmart-community.github.io/bSDD-filter-UI/v1.4.1/bsdd_search/";
var bridgeSearch = new BsddSearchBridge(bsddBridgeData, _bsddLastSelectionEvent);
bridgeSearch.SetParentWindow(this);
_browserService.RegisterJsObject("bsddBridge", bridgeSearch, true);
Expand Down
2 changes: 1 addition & 1 deletion BsddRevitPlugin.Logic/UI/View/BsddSelection.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public BsddSelection(IBrowserService browserService)
//_browserService.Address = "https://buildingsmart-community.github.io/bSDD-filter-UI/main/bsdd_selection/";
//_browserService.Address = "http://localhost:4173/bsdd_selection";
//_browserService.Address = "http://localhost:3001/bsdd_selection";
_browserService.Address = "https://buildingsmart-community.github.io/bSDD-filter-UI/v1.4.0/bsdd_selection/";
_browserService.Address = "https://buildingsmart-community.github.io/bSDD-filter-UI/v1.4.1/bsdd_selection/";
_browserService.RegisterJsObject("bsddBridge", new BsddSelectionBridge(SelectEULS, updateUIEvent), true);
_browserService.IsBrowserInitializedChanged += OnIsBrowserInitializedChanged;

Expand Down

0 comments on commit 9e3e166

Please sign in to comment.