Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
francedot committed Mar 3, 2024
1 parent 0a27432 commit f3fbe83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "0.0.1",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navaiguide/core",
"version": "0.0.0",
"version": "0.0.1",
"description": "Core library for NavAIGuide: Provides foundational utilities and shared functionality for navigational AI Agents.",
"private": false,
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navaiguide/ios",
"version": "0.0.0",
"version": "0.0.1",
"description": "Appium iOS integration for NavAIGuide, enabling powerful mobile automation and testing capabilities.",
"private": false,
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"author": "Francesco Bonacci <[email protected]>",
"license": "MIT",
"dependencies": {
"@navaiguide/core": "^0.0.0",
"@navaiguide/core": "^0.0.1",
"appium-ios-device": "^2.7.11",
"webdriverio": "^8.32.0"
},
Expand Down

0 comments on commit f3fbe83

Please sign in to comment.