Skip to content

Commit

Permalink
chore: bump library version to v0.1.2, bump example llama app to late…
Browse files Browse the repository at this point in the history
…st minor version
  • Loading branch information
chmjkb committed Nov 25, 2024
1 parent 54c1a10 commit 250aaff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/llama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"metro-config": "^0.80.12",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-executorch": "0.1.1",
"react-native-executorch": "^0.1.2",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-markdown-display": "^7.0.2",
"react-native-reanimated": "~3.10.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-executorch",
"version": "0.1.1",
"version": "0.1.2",
"description": "An easy way to run AI models in react native with ExecuTorch",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
Expand Down

0 comments on commit 250aaff

Please sign in to comment.