Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fraca7 committed Aug 23, 2020
1 parent 8632519 commit e6c2164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dsrlib/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ def __str__(self):
class Meta:
@staticmethod
def appVersion():
return Version(0, 99, 0)
return Version(1, 0, 0)

@staticmethod
def firmwareVersion():
return Version(0, 99, 0)
return Version(1, 0, 0)

@staticmethod
def appName():
Expand Down

0 comments on commit e6c2164

Please sign in to comment.