Skip to content

Commit

Permalink
conan/conanfile.py - upgrade version number
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed Feb 6, 2021
1 parent 42d25dc commit e5857df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class KDDockWidgetsConan(ConanFile):
name = "kddockwidgets"
version = "1.2.0"
version = "1.2.1"
default_user = "kdab"
default_channel = "stable"
license = ("https://raw.githubusercontent.com/KDAB/KDDockWidgets/master/LICENSES/GPL-2.0-only.txt",
Expand Down

0 comments on commit e5857df

Please sign in to comment.