Skip to content

Commit

Permalink
increment major version.
Browse files Browse the repository at this point in the history
  • Loading branch information
EiichiroIto committed Mar 5, 2020
1 parent 7b4be4e commit 3f35b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MicroWiz/MicroWizProject.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Class {

{ #category : #accessing }
MicroWizProject class >> appVersion [
^ 1
^ 2
]

{ #category : #accessing }
Expand Down Expand Up @@ -203,6 +203,7 @@ MicroWizProject >> fieldsVersion [
MicroWizProject >> getScratchInfoFrom: aFileReference [
| dict icon |
dict := super getScratchInfoFrom: aFileReference.
dict ifNil: [ ^ nil ].
icon := (Smalltalk at: (dict at: 'proxy')) new icon.
dict at: 'thumbnail' put: icon.
^ dict
Expand Down

0 comments on commit 3f35b68

Please sign in to comment.