gitcoach-cli 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,7 +114,7 @@ function showQuickReference() {
114
114
  function showAbout() {
115
115
  const theme = getTheme();
116
116
  logger.raw('\n' + theme.title('About GitCoach') + '\n');
117
- logger.raw(theme.textBold('GitCoach v1.0.0'));
117
+ logger.raw(theme.textBold('GitCoach v1.0.2'));
118
118
  logger.raw(t('app.tagline') || 'Your AI-Powered Git Coach');
119
119
  logger.raw('');
120
120
  logger.raw(t('help.aboutDesc') || 'GitCoach is an interactive CLI tool that helps developers master Git');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitcoach-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "AI-powered Git coach CLI that prevents mistakes before they happen",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",