Skip to content

Commit

Permalink
Updated version to 2.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane committed Jul 29, 2017
1 parent b2d91b3 commit dfede9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions macos/macos.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.9</string>
<string>2.0.10</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.education</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int main(int argc, char *argv[])
}

if(strcmp(argv[1], "--version")==0) {
printf("2.0.9");
printf("2.0.10");
exit(0);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/qml/desktop/MainDesktop.qml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Rectangle {
fontSizeMode: Text.Fit
height: 24

text: "Atomify 2.0"
text: "Atomify 2.0.10"
horizontalAlignment: Text.AlignHCenter
}
}
Expand Down

0 comments on commit dfede9a

Please sign in to comment.