Skip to content

Commit

Permalink
Release 0.28
Browse files Browse the repository at this point in the history
Update apart-core to 0.3.14
  • Loading branch information
alexheretic committed Dec 21, 2023
1 parent f7fb46e commit 42e863d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apart-core
Submodule apart-core updated 2 files
+228 −196 Cargo.lock
+1 −1 Cargo.toml
2 changes: 1 addition & 1 deletion aur
Submodule aur updated from b05d3e to f42f09
4 changes: 2 additions & 2 deletions build-dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ while test $# -gt 0; do
esac
done

APART_CORE_VERSION="0.3.13"
APART_CORE_SHA256='10d252afeaf5031507fa7bd2cc8e1dedab372b2b38ec7b2d3f4aa950602115ad'
APART_CORE_VERSION="0.3.14"
APART_CORE_SHA256='b16c875f2f4a6cb9555ef4fbb04ea3a46f956df220b0bd62289de5641e402559'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd "$DIR"
Expand Down
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from gi.repository import GLib, Gtk, Gdk

# App versions, "major.minor", major => new stuff, minor => fixes
__version__ = '0.27'
__version__ = '0.28'


class LoadingBody(Gtk.Grid):
Expand Down

0 comments on commit 42e863d

Please sign in to comment.