Browse Source

bump version to 0.3.38

split_build_process
Trent Larson 1 month ago
parent
commit
1e70af12fe
  1. 6
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

6
CHANGELOG.md

@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.3.37] - 2024.12.13
## [0.3.38] - 2024.12.14
### Fixed
- Error on BVC confirmation screen (from IndexedDB refactor)
## [0.3.37] - 2024.12.13 - 4d805b43cd25eed73cdd6651f36ad1ec8c109555
### Added
- Record a give from a project on the project page.
- New button on home page opens the gifted dialog.

4
package-lock.json

@ -1,12 +1,12 @@
{
"name": "TimeSafari",
"version": "0.3.37-beta",
"version": "0.3.38",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari",
"version": "0.3.37-beta",
"version": "0.3.38",
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/cli": "^6.1.2",

2
package.json

@ -1,6 +1,6 @@
{
"name": "TimeSafari",
"version": "0.3.37",
"version": "0.3.38",
"scripts": {
"dev": "vite",
"serve": "vite preview",

Loading…
Cancel
Save