Skip to content

Commit

Permalink
update version to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milikhin committed Dec 20, 2020
1 parent bbd7878 commit ec63c20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ubports-seabass/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<body>
<div id="welcome">
<h1>
Seabass2 v0.11
Seabass2 v0.12
</h1>
<h2>
Features:
Expand All @@ -65,7 +65,7 @@ <h2>
New:
</h2>
<ul>
<li>Settings page</li>
<li>Open terminal at file location</li>
</ul>
</div>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion ubports-seabass/manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"content-hub": "content-hub.json"
}
},
"version": "0.11.2",
"version": "0.12.0",
"maintainer": "Mikhael Milikhin <[email protected]>",
"framework" : "ubuntu-sdk-16.04"
}
2 changes: 1 addition & 1 deletion ubports-seabass/qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ApplicationWindow {
readonly property bool isWide: width >= Suru.units.gu(100)
readonly property string defaultTitle: i18n.tr("Welcome")
readonly property string defaultSubTitle: i18n.tr("Seabass2")
readonly property string version: "0.11.2"
readonly property string version: "0.12.0"
property bool hasBuildContainer: false
property int activeTheme: parseInt(settings.theme)

Expand Down

0 comments on commit ec63c20

Please sign in to comment.