Skip to content

Commit

Permalink
Version 26 (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis authored Dec 9, 2024
1 parent 153383a commit c166a8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ExpoConfig } from 'expo/config';
const config: ExpoConfig = {
name: 'Duolicious',
slug: 'duolicious',
version: "25.0.2",
version: "26.0.0",
orientation: "portrait",
icon: './assets/icon.png',
newArchEnabled: true,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duolicious",
"version": "25.0.2",
"version": "26.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
Expand Down

0 comments on commit c166a8c

Please sign in to comment.