Skip to content

Commit

Permalink
Merge pull request #13691 from estebanlm/fix-welcomebrowser-version
Browse files Browse the repository at this point in the history
Fix welcomebrowser version
  • Loading branch information
MarcusDenker authored May 10, 2023
2 parents cf3d3fd + 594cbbb commit 8986777
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 205 deletions.
18 changes: 0 additions & 18 deletions doc/Welcome/1-Welcome.md

This file was deleted.

112 changes: 0 additions & 112 deletions doc/Welcome/2-ChangeLog.md

This file was deleted.

52 changes: 0 additions & 52 deletions doc/Welcome/3-Documentation.md

This file was deleted.

19 changes: 0 additions & 19 deletions doc/Welcome/4-ToContribute.md

This file was deleted.

6 changes: 3 additions & 3 deletions src/BaselineOfPharo/BaselineOfPharo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BaselineOfPharo class >> iceberg [
newName: 'Iceberg'
owner: 'pharo-vcs'
project: 'iceberg'
version: 'v2.1.0'
version: 'v2.1.1'
sourceDir: nil
]

Expand Down Expand Up @@ -109,7 +109,7 @@ BaselineOfPharo class >> newTools [
newName: 'NewTools'
owner: 'pharo-spec'
project: 'NewTools'
version: 'v0.8.1'
version: 'v0.8.4'
]

{ #category : #'repository urls' }
Expand Down Expand Up @@ -160,7 +160,7 @@ BaselineOfPharo class >> welcomeBrowser [
newName: 'WelcomeBrowser'
owner: 'pharo-spec'
project: 'NewTools-WelcomeBrowser'
version: 'Pharo11'
version: 'v1.0.1'
]

{ #category : #'repository urls' }
Expand Down
2 changes: 1 addition & 1 deletion src/Tool-Registry/PharoCommonTools.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ PharoCommonTools class >> worldMenuOn: aBuilder [
keyText: 'o, b';
help: 'System browser to browse and edit code.';
iconName: #smallSystemBrowser.
(aBuilder item: #Iceberg)
(aBuilder item: 'Git Repositories Browser')
order: 1;
icon: (self iconNamed: #komitterSmalltalkhubRemote);
parent: #Browsing;
Expand Down

0 comments on commit 8986777

Please sign in to comment.