Skip to content

Commit

Permalink
chore: Bump version to 6.5.2 (#118)
Browse files Browse the repository at this point in the history
Bump version to 6.5.2

Log: Bump version to 6.5.2
  • Loading branch information
rb-union authored Dec 2, 2024
1 parent d6da0d1 commit 822e36b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arm64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '1'
package:
id: org.deepin.calculator
name: deepin-calculator
version: 6.5.1.1
version: 6.5.2.1
kind: app
description: |
Calculator for UOS
Expand All @@ -16,7 +16,7 @@ command:
- deepin-calculator

base: org.deepin.base/23.1.0/arm64
runtime: org.deepin.runtime.dtk/23.1.0/arm64
runtime: org.deepin.runtime.dtk/23.2.0/arm64

build: |
VERSION=$(head -1 debian/changelog | awk -F'[()]' '{print $2}')
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
deepin-calculator (6.5.2) unstable; urgency=medium

* Update version to 6.5.2

-- renbin <[email protected]> Sat, 30 Nov 2024 18:43:55 +0800

deepin-calculator (6.5.1) unstable; urgency=medium

* Update version to 6.5.1
Expand Down
4 changes: 2 additions & 2 deletions linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '1'
package:
id: org.deepin.calculator
name: deepin-calculator
version: 6.5.1.1
version: 6.5.2.1
kind: app
description: |
Calculator for UOS
Expand All @@ -16,7 +16,7 @@ command:
- deepin-calculator

base: org.deepin.base/23.1.0/x86_64
runtime: org.deepin.runtime.dtk/23.1.0/x86_64
runtime: org.deepin.runtime.dtk/23.2.0/x86_64

build: |
VERSION=$(head -1 debian/changelog | awk -F'[()]' '{print $2}')
Expand Down

0 comments on commit 822e36b

Please sign in to comment.