Skip to content

Commit

Permalink
chore: 🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Aug 3, 2024
1 parent 8b786b0 commit 2697da9
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Calamares Configuration `v0.1.46`
## Calamares Configuration `v0.1.47`

### For Users
- Update `mkinitcpio.conf`.
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

- [ ] Commit and push all changes through git, for example `git commit -m "Some message" && git push`

- [ ] Create and push a tag, for example `git tag -s -a v0.1.46 -m "This is version 0.1.46" && git push origin v0.1.46`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.46 && git push --delete origin v0.1.46`. Then the errors can be fixed and the previous step can be repeated to create a new tag.
- [ ] Create and push a tag, for example `git tag -s -a v0.1.47 -m "This is version 0.1.47" && git push origin v0.1.47`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.47 && git push --delete origin v0.1.47`. Then the errors can be fixed and the previous step can be repeated to create a new tag.
8 changes: 4 additions & 4 deletions etc/calamares/branding/rebornos/branding.desc
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ navigation: qml
strings:
productName: "${NAME}"
shortProductName: RebornOS
version: 2024.07.27
shortVersion: 24.07.27
versionedName: RebornOS 2024.07.27
shortVersionedName: RebornOS 24.07.27
version: 2024.08.03
shortVersion: 24.08.03
versionedName: RebornOS 2024.08.03
shortVersionedName: RebornOS 24.08.03
bootloaderEntryName: RebornOS
productUrl: https://www.rebornos.org/
supportUrl: https://rebornos.discourse.group/
Expand Down
2 changes: 1 addition & 1 deletion packaging/calamares-configuration-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname=calamares-configuration-git
pkgver=0.1.46
pkgver=0.1.47
pkgrel=1

arch=('i686' 'x86_64' 'armv6h' 'armv7h')
Expand Down
2 changes: 1 addition & 1 deletion packaging/calamares-configuration-local/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname=calamares-configuration-local
pkgver=0.1.46
pkgver=0.1.47
pkgrel=1

arch=('i686' 'x86_64' 'armv6h' 'armv7h')
Expand Down
2 changes: 1 addition & 1 deletion packaging/calamares-configuration/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname=calamares-configuration
pkgver=0.1.46
pkgver=0.1.47
pkgrel=1

arch=('i686' 'x86_64' 'armv6h' 'armv7h')
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/images/iso/iso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2697da9

Please sign in to comment.