Skip to content

Commit

Permalink
fix: issue path for auto version update
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Apr 16, 2022
1 parent 7a550b9 commit 6013e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ tag_format = "$major.$minor.$patch$prerelease"
version = "2.3.3"
version_files = [
"package.json:version",
"CapacitorUpdater.swift",
"CapacitorUpdater.java",
"ios/Plugin/CapacitorUpdater.swift",
"android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdater.java",
"package.json:version",
".cz.toml"
]

0 comments on commit 6013e79

Please sign in to comment.