Skip to content

Commit ee86171

Browse files
Bump version
1 parent 9f43bfe commit ee86171

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cpp_dependency_graph.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Gem::Specification.new do |s|
1111
s.authors = ['Shreyas Balakrishna']
1212
s.email = ['[email protected]>']
1313
s.summary = <<-SUMMARY
14-
CppDependencyGraph is a program that generates dependency graphs to study the architecture of a C/C++ codebase
14+
CppDependencyGraph is a program that generates dependency visualisations (dot, d3.js) to study the architecture of C/C++ projects
1515
SUMMARY
1616
s.description = <<-DESCRIPTION
17-
Generates interactive dependency graphs to study the architecture of a C/C++ project in detail
17+
Generates interactive dependency visualisations (dot, d3.js) to study the architecture of C/C++ projects in detail
1818
DESCRIPTION
1919
s.homepage = 'https://github.com/shreyasbharath/cpp_dependency_graph'
2020
s.licenses = ['MIT']

lib/cpp_dependency_graph/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CppDependencyGraph
4-
VERSION = '0.1.0'
4+
VERSION = '0.1.1'
55
end

0 commit comments

Comments
 (0)